tags:

views:

255

answers:

1

Hi, I need to develop a classic asp application on vista, and would like to know how to go about installing ADO on Vista Enterprise operating system.

Thanks

A: 

The redistributable installer for the MDAC.

JP Alioto
Thanks. How can I verify if it has been installed?
Csharp
A quick way to do it is to create a .udl file (just rename a blank text file to foo.udl). Then on that file, right click and do properties->provider and you should see the provider you intend to use (OLE DB Provier for SQL Server or whatever). You can also use the .udl file to build your connection string (bonus). :)
JP Alioto
cool.What does .udl indicate?
Csharp
when my asp page gets to this line of code Dim cnn As ADODB.Connectionit throws an error. http 500I am thinking ado is not correctly installed.
Csharp