ADO In An ISAPI Extension



A Sample ISAPI Application using ADO

This application uses ADO

SQL Query:

About this demo:

ADOISAPI is a sample ISAPI application that runs on Microsoft Internet Information Server. The application is written to ActiveX Data Objects to fetch data from the database and return the the data back to the client in HTML format.

Setup:

1. Copy adoisapi.dll to some directory on the web server with execute access with /scripts as the directory's alias.
2. Copy adoisapi.htm to some directory on the web server with read access.
3. Make sure OLE_DB_NWind_Jet has been set up as an ODBC system DSN on the web server machine.