We have a simple asp page that queries a password
protected Access database. Ocassionally and only on
certain PC's we encounter the following message:


Microsoft OLE DB Provider for ODBC Drivers
error '80004005'

[Microsoft][ODBC Microsoft Access Driver] Not a valid
password.


The PCs are runnng XP and IE6.0

Any suggestions would be appreciated.

Re: Intermittent database access problem by jeff

jeff
Tue Sep 21 06:38:50 CDT 2004

On Tue, 21 Sep 2004 02:51:11 -0700, "John Milligan"
<anonymous@discussions.microsoft.com> wrote:

>We have a simple asp page that queries a password
>protected Access database. Ocassionally and only on
>certain PC's we encounter the following message:
>
>
>Microsoft OLE DB Provider for ODBC Drivers
>error '80004005'
>
>[Microsoft][ODBC Microsoft Access Driver] Not a valid
>password.

See:

Why do I get database-related 80004005 errors?
http://www.aspfaq.com/show.asp?id=2009

And the obvious, provide the correct password. :)

Jeff