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.
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.