Wrox Home  
Search P2P Archive for: Go

  Return to Index  

access thread: Workgroup information file missing (0x80040E4D)


Message #1 by "Thea Burger" <theab@l...> on Wed, 21 Aug 2002 12:43:46
Hi all,

Just a tip, I got this error each time I tried to connect to our Access 
db's : Cannot start your application. The workgroup information file is 
missing or opened exclusively by another user.

I searched everywhere, tried everything and the only solution that worked 
for me was to do this:

Instead of your connection string looking like this:
"Provider=Microsoft.Jet.OLEDB.4.0;Password=123456;Data 
Source=E:\Oasis\Clients.mdb;Persist Security Info=True"

Try this:
"Provider=Microsoft.Jet.OLEDB.4.0;Jet OLEDB:Database Password=123456;Data 
Source=E:\Oasis\Clients.mdb;Persist Security Info=True"

Change your 'Password=123456' to 'Jet OLEDB:Database Password=123456', it 
works like a miracle!!

HTH,
Thea

(PS: Thanks Xander Sherry!!) 

  Return to Index