P
Paul Keister
I'm trying to open an Access database using OleDb. The database opens fine,
but when I try to open the database using a workgroup file with a name and
password, I always get the same error:
"Cannot start your application. The workgroup information file is
missing or opened exclusively by another user"
I gather that this means that OLEDB cannot open the workgroup file for some
reason. I've tried test workgroup files generated by both Access 2003 and
Access 2000, but always the same error. Please note the the database is NOT
password protected. So using "Jet OLEDBatabase Password" shouldn't be
necessary in this case. Here is the connection string I'm using:
Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\ThePath\TheDb.mdb;Jet
OLE DB:System Database=C:\The Path\WorkgroupTest.mdw;User ID=Me;Password=nyb
As an experiment, I tried to open the same database on the same sytem using
VB6 and ADO, and got the same error. The test workgroup files and database
are usable with Access.
Any thoughts on this would be welcome.
Paul Keister
http://www.pjpm.biz
but when I try to open the database using a workgroup file with a name and
password, I always get the same error:
"Cannot start your application. The workgroup information file is
missing or opened exclusively by another user"
I gather that this means that OLEDB cannot open the workgroup file for some
reason. I've tried test workgroup files generated by both Access 2003 and
Access 2000, but always the same error. Please note the the database is NOT
password protected. So using "Jet OLEDBatabase Password" shouldn't be
necessary in this case. Here is the connection string I'm using:
Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\ThePath\TheDb.mdb;Jet
OLE DB:System Database=C:\The Path\WorkgroupTest.mdw;User ID=Me;Password=nyb
As an experiment, I tried to open the same database on the same sytem using
VB6 and ADO, and got the same error. The test workgroup files and database
are usable with Access.
Any thoughts on this would be welcome.
Paul Keister
http://www.pjpm.biz