Home > Archive > ASP > September 2004 > MS Access DSN-Less Connection with UserName & Password
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
MS Access DSN-Less Connection with UserName & Password
|
|
|
| I receive error when connecting to MS access DB with password.
Microsoft JET Database Engine error '80004005'
Could not find installable ISAM.
/lpo/common/cnlocalpo.asp, line 4
Here is my string:
cst = "Provider=Microsoft.Jet.OLEDB.4.0;Data
Source=C:\AccessDB\LocalPOData.mdb; UID=admin; PWD=hello;"
What went wrong?
Me
| |
|
| http://www.aspfaq.com/show.asp?id=2259
A P wrote:
> I receive error when connecting to MS access DB with password.
>
>
> Microsoft JET Database Engine error '80004005'
>
> Could not find installable ISAM.
>
> /lpo/common/cnlocalpo.asp, line 4
>
>
>
> Here is my string:
>
> cst = "Provider=Microsoft.Jet.OLEDB.4.0;Data
> Source=C:\AccessDB\LocalPOData.mdb; UID=admin; PWD=hello;"
>
>
> What went wrong?
>
>
>
> Me
>
>
|
|
|
|
|