∟Interacting with External Applications - ActiveX Data Object (ADO)
This section provides a tutorial example on how to pass values from one page to another. This example is a very simple registration application with two ASP pages.
ADO (ActiveX Data Object): An application programming interface (API) to access relational
database management systems.
ADO is provided as a DLL, and usually installed at "c:\program files\common
files\system\ado\msadox.dll".
ADO can access databases connected through ODBC data source names (DSN).
ADO can also access MS Access database files.
ADO is built on top of OLE DB technology.
ADO API is very similar to DAO.
Here is a simple example of using ADO to search for records from a glossary database,
written in MS Access.