home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 February / CHIP_2_98.iso / software / pelne / optionp / rds.cab / tutorial.asp < prev    next >
Text File  |  1997-10-09  |  875b  |  35 lines

  1. <HTML>
  2. <HEAD>
  3. <TITLE>ADC 1.5 Query Page</TITLE>
  4. </HEAD>
  5. <BODY BACKGROUND="../Addressbook/Arcadia.gif" BGCOLOR="ffffff" TEXT="000000" LINK="000080">
  6. <CENTER>
  7. <H1>Remote Data Service 1.5 Query Page</H1>
  8. <BR>
  9.  
  10. <!-- Tutorial: Data Bound Grid Control -->
  11.  
  12. <!-- Tutorial: HTML Controls to Get Recordsets -->
  13.  
  14. <!-- Tutorial: HTML Controls to Navigate the Recordset and Run the Query -->
  15.  
  16. <!-- Tutorial: RDS.DataControl Object -->
  17.  
  18. <Script Language= "VBScript">
  19.  
  20. SUB Window_OnLoad  'Initialize the text boxes with default values.
  21.     Server.Value = "http://<%=Request.ServerVariables("SERVER_NAME")%>"
  22.        Connect.Value = "DSN=AdvWorks"
  23.        SQL.Value = "Select * from Products"
  24. END SUB
  25.  
  26. ' Tutorial: Move Through the Displayed Recordset 
  27.  
  28. ' Tutorial: Send a Query to the Database 
  29.  
  30. ' Tutorial - Submit Changes to the Database
  31.  
  32. </SCRIPT>
  33. </BODY>
  34. </HTML>
  35.