|
-
Jun 1st, 2000, 01:56 AM
#1
Thread Starter
New Member
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?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|