vote up 0 vote down star

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

flag

36% accept rate

1 Answer

vote up 0 vote down check

The redistributable installer for the MDAC.

link|flag
Thanks. How can I verify if it has been installed? – Csharp Jul 3 at 2:40
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 Jul 3 at 2:45
cool. What does .udl indicate? – Csharp Jul 3 at 2:51
when my asp page gets to this line of code Dim cnn As ADODB.Connection it throws an error. http 500 I am thinking ado is not correctly installed. – Csharp Jul 3 at 2:56

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.