Login or Sign up Help | Site Map
Connecting Tech Pros Worldwide

Cannot Start your Application, the workgroup information file is missing.....

Question posted by: Serenityquinn15 (Newbie) on July 3rd, 2008 08:02 AM
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.ConnectionString= "Provider=Microsoft.Jet.OLEDB.4.0;UserId=Admin;Pass word=admin;Data Source=" + App.Path + "\Inventory.mdb;Persist Security Info=False"
Adodc1.RecordSource = "SELECT * FROM StockIn"
Adodc1.Refresh
Set DataGrid1.DataSource = Adodc1

Please help... I dont know How to fix this error, I set userId and password in my adodc1 but the same error occur.
Would you like to answer this question?
Sign up for a free account, or Login (if you're already a member).
debasisdas's Avatar
debasisdas
Moderator
6,450 Posts
July 3rd, 2008
11:32 AM
#2

Re: Cannot Start your Application, the workgroup information file is missing.....
please check for correct connection string here.

Reply
Reply
Not the answer you were looking for? Post your question . . .
184,042 Experts ready to help you find a solution.
Sign up for a free account, or Login (if you're already a member).

Latest Articles: Read & Comment
Top Visual Basic Forum Contributors