To use ADOSelect.asp to troubleshoot the ASP page, follow these steps:
- On the Web server, create a System Data Source Name (DSN) that points to the data source.
- Download ADOSelect.exe from the Microsoft Download Center.
The following file is available for download from the Microsoft Download Center:
For additional information about how to download Microsoft Support files, click the following article number to view the article in the Microsoft Knowledge Base:
119591�
How to Obtain Microsoft Support Files from Online Services
Microsoft scanned this file for viruses. Microsoft used the most current virus-detection software that was available on the date that the file was posted. The file is stored on security-enhanced servers that help to prevent any unauthorized changes to the file.
- Double-click ADOSelect.exe, and extract the ADOSelect.asp file to your desktop.
- Import ADOSelect.asp into the root folder of your web.
- Browse to ADOSelect.asp in your Web browser. Make sure that you browse to it by using HTTP. For example, browse to:
http://localhost/myweb/adoselect.asp
- Type the System DSN name.
- Type a user name and password if the data source requires it. If no user name or password is required, type anything for the user name.
- Type the name of the table to query against in the data source. All other form fields can be left empty.
- Click the Query Database button.
If data is returned, ADO is correctly configured on the Web server.