A
ablyplus
Hi,
I am trying to open MS Access DB with c# like follows...
OleDbConnection thisConnection = new OleDbConnection(
@"Provider=Microsoft.Jet.OLEDB.4.0;" +
@"Data Source=" +
@"..\..\hren.mdb;" +
@"User Id=Admin;" +
@"Password=xxxxx123"
);
Error description:
Cannot start your application. The workgroup information file is missing or
opened exclusively by another user.
It does not works. Do you know why? I can tell you that db is not opened by
another user.
Thanks in advance
I am trying to open MS Access DB with c# like follows...
OleDbConnection thisConnection = new OleDbConnection(
@"Provider=Microsoft.Jet.OLEDB.4.0;" +
@"Data Source=" +
@"..\..\hren.mdb;" +
@"User Id=Admin;" +
@"Password=xxxxx123"
);
Error description:
Cannot start your application. The workgroup information file is missing or
opened exclusively by another user.
It does not works. Do you know why? I can tell you that db is not opened by
another user.
Thanks in advance