Hi!
"Cannot Start your Application, the workgroup information file is missing or opened exclusively by another user"
this is the error i got when i run my system. i'm using adodc connection to run my program and the backend was the Ms Access Database. I set the password to my database to secure all the data but when i run my system this error was come up.. i dont know why???
Here is the code:
Adodc1.Connecti onString= "Provider=Micro soft.Jet.OLEDB. 4.0;UserId=Admi n;Password=admi n;Data Source=" + App.Path + "\Inventory.mdb ;Persist Security Info=False"
Adodc1.RecordSo urce = "SELECT * FROM StockIn"
Adodc1.Refresh
Set DataGrid1.DataS ource = Adodc1
Please help... I dont know How to fix this error, I set userId and password in my adodc1 but the same error occur.
"Cannot Start your Application, the workgroup information file is missing or opened exclusively by another user"
this is the error i got when i run my system. i'm using adodc connection to run my program and the backend was the Ms Access Database. I set the password to my database to secure all the data but when i run my system this error was come up.. i dont know why???
Here is the code:
Adodc1.Connecti onString= "Provider=Micro soft.Jet.OLEDB. 4.0;UserId=Admi n;Password=admi n;Data Source=" + App.Path + "\Inventory.mdb ;Persist Security Info=False"
Adodc1.RecordSo urce = "SELECT * FROM StockIn"
Adodc1.Refresh
Set DataGrid1.DataS ource = Adodc1
Please help... I dont know How to fix this error, I set userId and password in my adodc1 but the same error occur.
Comment