PDA

Click to See Complete Forum and Search --> : HELP! ADO problem with ASP


MichaelK
Jun 1st, 2000, 01:56 AM
Hi,
I have a problem trying to connect using the connection object. I'm trying to access the filesystem of an IIS5 server running windows2000. The following works in visual basic, but not in ASP:
dim conobj as ADODB.connection
set conobj = new ADODB.connection
connection.open("provider=MSDAIPP.DSO;data source=<my server>")

In ASP it tells me that the provider is not found but it is okay in visual basic. Any suggestions?

Clunietp
Jun 1st, 2000, 11:15 AM
what provider is this: MSDAIPP.DSO??

MichaelK
Jun 1st, 2000, 12:40 PM
Microsoft OLE DB Internet publisher, and using an activeX component also makes it work, but not in ASP.

Clunietp
Jun 2nd, 2000, 12:35 AM
Hmmmm..........I'm not sure what app installs that provider, as Windows 2000 comes shipped with ADO 2.5....and MSDN has nothing...

Sorry!