G
Guest
Hi,
I have an ASP.NET app which opens a MS Access database using the Het 4.0 OleDB provider. My development code abd database live on my D drive. Under .NET's Server Explorer I created a connection to the Access database and used this connection in my OleDBConnection object. When I run the app, all works fine.
I then moved the database to my C drive, created the new connection and used it in my app. When opening the database, the following error is generated...
File xxx.mdb is exclusivly opened by another user or, you do not have permission to view its data.
Anyone have any thoughts.
Mark
I have an ASP.NET app which opens a MS Access database using the Het 4.0 OleDB provider. My development code abd database live on my D drive. Under .NET's Server Explorer I created a connection to the Access database and used this connection in my OleDBConnection object. When I run the app, all works fine.
I then moved the database to my C drive, created the new connection and used it in my app. When opening the database, the following error is generated...
File xxx.mdb is exclusivly opened by another user or, you do not have permission to view its data.
Anyone have any thoughts.
Mark