home *** CD-ROM | disk | FTP | other *** search
/ io Programmo 9 / IOPROG_9.ISO / contrib / iis4 / rds.cab / tutorial.asp < prev    next >
Encoding:
Text File  |  1997-08-14  |  698 b   |  31 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" LANGUAGE="VBS" onload = "Init">
  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: AdvancedDataControl Object -->
  17.  
  18.  
  19. <SCRIPT LANGUAGE= "VBS" onLoad = "Init">
  20.  
  21.  
  22. ' Tutorial: Move Through the Displayed Recordset 
  23.  
  24. ' Tutorial: Send a Query to the Database 
  25.  
  26. ' Tutorial - Submit Changes to the Database
  27.  
  28. </SCRIPT>
  29. </BODY>
  30. </HTML>
  31.