Access2K password from VB using ADO?
Hi,
I'm connecting to a password protected Access2K database from within my VB app. I'm using ADO and the connect string is as follows:
goDb.Open "PROVIDER=Microsoft.Jet.OLEDB.4.0;Data Source=" & App.Path & "\something.mdb;Password=blablabla"
However, when I run it, and it attempt to connect to the db, I get the following error:
Run-time error '-2147217843 (80040e4d)':
Cannot start your application. The workgroup information file is missing or opened exclusively by another user.
I'm not using the workgroup security and the database is not opened exclusively, or opened at all for that matter..
Any idea what I'm doing wrong?
Thanks,
Dan