You can use the RDS.DataControl object to create a simple Active Server Pages file that accesses a live database.
This tutorial takes the "minimal code" approach, though the Developer's Guide provides more information for using the RDS.DataControl. In this tutorial, you will connect to a Microsoft® Access database, display a result set in a data-bound grid, and add the ability to navigate through the displayed Recordset. The following procedure outlines the steps you'll take to create this simple application:
If you want to see a finished version of this sample application, you can go to http://<webservername>/MSADC/Samples/ADCTest.asp, where <webservername> is the name of your Web server.