Results 1 to 4 of 4

Thread: HELP! ADO problem with ASP

  1. #1

    Thread Starter
    New Member
    Join Date
    May 2000
    Posts
    11

    Unhappy

    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?

  2. #2
    Guru Clunietp's Avatar
    Join Date
    Oct 1999
    Location
    USA
    Posts
    1,844
    what provider is this: MSDAIPP.DSO??

  3. #3

    Thread Starter
    New Member
    Join Date
    May 2000
    Posts
    11

    Provider

    Microsoft OLE DB Internet publisher, and using an activeX component also makes it work, but not in ASP.

  4. #4
    Guru Clunietp's Avatar
    Join Date
    Oct 1999
    Location
    USA
    Posts
    1,844
    Hmmmm..........I'm not sure what app installs that provider, as Windows 2000 comes shipped with ADO 2.5....and MSDN has nothing...

    Sorry!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width