Cannot Open Access Database

  • Thread starter Thread starter Jesse
  • Start date Start date
J

Jesse

I get the following error message if I try to access any Access Database
with my web application.

"The Microsoft Jet database engine cannot open the file
'C:\Inetpub\wwwroot\merri\Data\test.mdb'. It is already opened
exclusively by another user, or you need permission to view its data."

I have tried Odbc, and OleDb, and two seperate databases. I also tried
the code in a two different places: SessionStart, and my DataManager
Class. This must be a common beginner mistake, so any help would be great.
 
¤ I get the following error message if I try to access any Access Database
¤ with my web application.
¤
¤ "The Microsoft Jet database engine cannot open the file
¤ 'C:\Inetpub\wwwroot\merri\Data\test.mdb'. It is already opened
¤ exclusively by another user, or you need permission to view its data."
¤
¤ I have tried Odbc, and OleDb, and two seperate databases. I also tried
¤ the code in a two different places: SessionStart, and my DataManager
¤ Class. This must be a common beginner mistake, so any help would be great.
¤

See the following:

INFO: Permissions to Connect to a Remote Access Database from ASP.NET
http://support.microsoft.com/default.aspx?scid=kb;en-us;307901

PRB: Cannot Connect to Access Database from ASP.NET
http://support.microsoft.com/default.aspx?scid=kb;en-us;316675


Paul ~~~ (e-mail address removed)
Microsoft MVP (Visual Basic)
 
Back
Top