Jerome Brown
Member
- Joined
- Oct 21, 2004
- Messages
- 8
- Programming Experience
- Beginner
Hello,
I am developing my first web application and I am using Acess on the backend. When I was trying to access the dataset, I received the following error.
Server Error in '/WebApplication1' Application.
The Microsoft Jet database engine cannot open the file 'C:\Inetpub\wwwroot\WebApplication1\bin\jointdb.mdb'. It is already opened exclusively by another user, or you need permission to view its data.
[font=Arial, Helvetica, Geneva, SunSans-Regular, sans-serif]Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.Data.OleDb.OleDbException: The Microsoft Jet database engine cannot open the file 'C:\Inetpub\wwwroot\WebApplication1\bin\jointdb.mdb'. It is already opened exclusively by another user, or you need permission to view its data.
Thanks in advance.[/font]
I am developing my first web application and I am using Acess on the backend. When I was trying to access the dataset, I received the following error.
Server Error in '/WebApplication1' Application.
The Microsoft Jet database engine cannot open the file 'C:\Inetpub\wwwroot\WebApplication1\bin\jointdb.mdb'. It is already opened exclusively by another user, or you need permission to view its data.
[font=Arial, Helvetica, Geneva, SunSans-Regular, sans-serif]Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.Data.OleDb.OleDbException: The Microsoft Jet database engine cannot open the file 'C:\Inetpub\wwwroot\WebApplication1\bin\jointdb.mdb'. It is already opened exclusively by another user, or you need permission to view its data.
Thanks in advance.[/font]