home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1998 February
/
CHIP_2_98.iso
/
software
/
pelne
/
optionp
/
rds.cab
/
tutorial.asp
< prev
next >
Wrap
Text File
|
1997-10-09
|
875b
|
35 lines
<HTML>
<HEAD>
<TITLE>ADC 1.5 Query Page</TITLE>
</HEAD>
<BODY BACKGROUND="../Addressbook/Arcadia.gif" BGCOLOR="ffffff" TEXT="000000" LINK="000080">
<CENTER>
<H1>Remote Data Service 1.5 Query Page</H1>
<BR>
<!-- Tutorial: Data Bound Grid Control -->
<!-- Tutorial: HTML Controls to Get Recordsets -->
<!-- Tutorial: HTML Controls to Navigate the Recordset and Run the Query -->
<!-- Tutorial: RDS.DataControl Object -->
<Script Language= "VBScript">
SUB Window_OnLoad 'Initialize the text boxes with default values.
Server.Value = "http://<%=Request.ServerVariables("SERVER_NAME")%>"
Connect.Value = "DSN=AdvWorks"
SQL.Value = "Select * from Products"
END SUB
' Tutorial: Move Through the Displayed Recordset
' Tutorial: Send a Query to the Database
' Tutorial - Submit Changes to the Database
</SCRIPT>
</BODY>
</HTML>