Cannot connect DB though conn. tested sucessfully?
I have posted the similiar question in the ADO.NET about the same problem too, I once thought it is my connection string problem at first, but seemed like it doesn't.
I had tried to connect an Access DB through design mode for testing. The initial connection was tested successfully. I created a datagrid binded to that data and the preview of the data is successfully shown.
Then the same problem arised again when I tried to debug it, it gives the following errors:
Server Error in '/WebApplication3' Application.
----------------------------------------------------------------------
The Microsoft Jet database engine cannot open the file '\\spngweb3\MSDSPenang\msdsback.mdb'. It is already opened exclusively by another user, or you need permission to view its data.
How come? I have already successfully preview the dataset?
|