| Douglas J. Steele 2005-04-06, 8:05 pm |
| Does the DSN point to the correct MDW file?
Try checking the various DSN-less connection strings Carl Prothman has at
http://www.able-consulting.com/ado_conn.htm
--
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no e-mails, please!)
"krisrajz" < krisrajz@discussions
.microsoft.com> wrote in message
news:96E4DBCE-0258-4AC0-BE1C- F99F22E3361D@microso
ft.com...
> I'm unable to access MS-Access database from ASP pages after uploading the
> db.
> It says (opera) , (although I've specified correct password)
>
> Microsoft OLE DB Provider for ODBC Drivers error '80004005'
> [Microsoft][ODBC Microsoft Access Driver] Not a valid password.
>
> Size of the DB is 7MB.
>
> I'm using ODBC to connect to the database. I'm able to download the open
> the
> database using the same password.
>
> Connection string i've used:
>
> con.open " dsn=xdsn;uid=admin;p
wd=blawblaw"
>
> Any workarounds?
>
> TIA
> RAJ.
|