nadragon
Joined: 16 Nov 2005 Posts: 61
|
Posted: Tue Nov 22, 2005 11:22 am Post subject: Microsoft.Jet.OLEDB.4.0 - It is already opened exclusively |
|
|
Hello all?
I am trying to create a ASP.NET application which update the pagegate.mdb file directly. When I open the mdb file from the web interface, I got the following error,
"It is already opened exclusively by another user, or you need permission to view its data"
The code is
dbconn = New OleDbConnection("Provider=Microsoft.Jet.OLEDB.4.0;data source=C:\Program Files\PageGate\database\pagegate.mdb")
dbconn.Open()
I have read the articles in this forum, and I found that someone was able to access the database directly from web interface.
Could you share your information if you had this problem?
Thank you!
|
|