Click to See Complete Forum and Search --> : access database error type


fyanym
04-05-2005, 02:21 AM
Error Type:
Microsoft JET Database Engine (0x80004005)
The Microsoft Jet database engine cannot open the file 'C:\Inetpub\wwwroot\ASP\db.mdb'. It is already opened exclusively by another user, or you need permission to view its data.
/ASP/Security/ValidateLogin.asp, line 35

when i run my login form to it's will appear this msg, what is the problem...

buntine
04-05-2005, 03:23 AM
It may be a problem with permissions. Make sure you are allowed to access the database file. This will also happen if the file you are trying to connect to is already opened by you or someone else on the network.

The Access Database must also be able to create a temporary file on the server, which also ties back to read/write permissions.

Regards.

Regards.

Bullschmidt
04-07-2005, 02:31 AM
And here's a related resource:

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