Re: Data provider could not be initialized.
From: Joker (no-spam_at_netzero.com)
Date: 09/23/04
- Next message: Lee Peedin: "Re: Parsing a text file"
- Previous message: Phil Strack: "string manipulation experts..."
- In reply to: Steve: "Data provider could not be initialized."
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 23 Sep 2004 08:52:22 -0600
Please read the following links.
http://www.blakjak.demon.co.uk/mul_crss.htm
http://www.aspfaq.com/etiquette.asp?id=5003
I answered your question in microsoft.public.inetserver.asp.db where it
is more on topic then here.
Steve wrote:
> Hi,
>
> My ASP application works great! Until.... The Access 2000 database I have
> resides on an internal server here at my place of business. If I make a copy
> (press CTRL+C) and paste the database to my desktop, my ASP application stops
> working, and I do wait for the file to be completely copied until I try to
> access my application. It stops working until I make some insignificant
> change to my connection string and save it. Has anyone else experienced this
> error ever? Or better yet know how to fix it?
>
> eg. strConnection = "Provider=MSDataShape;DRIVER={Microsoft Access Driver
> (*.mdb)};DBQ=" & server.mappath("db\TIME.mdb") & ";UID=admin;PWD=password"
>
> change it to...
>
> strConnection = "Provider=MSDataShape;DRIVER={Microsoft Access Driver
> (*.mdb)};DBQ=" & server.mappath("db\TIME.mdb") & ";UID=;PWD=password"
>
> or vice versa
>
> Thanks!
- Next message: Lee Peedin: "Re: Parsing a text file"
- Previous message: Phil Strack: "string manipulation experts..."
- In reply to: Steve: "Data provider could not be initialized."
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|