home *** CD-ROM | disk | FTP | other *** search
- <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>
-