I'm having a problem making a connection to an Access database using a dsn-less connection on Win12. Using DSN, it works fine.
The DB is in the user account root folder, and the connection string I'm using is:
STRING = "Provider=Microsoft.Jet.OLEDB.4.0; Dbq=D:\hshome\accountname\xxx.mdb;Password=xxxxxx;"
The error it throws is:
"Microsoft JET Database Engine error '80040e4d'
Cannot start your application. The workgroup information file is missing or opened exclusively by another user. "
WTF?
The DB is in the user account root folder, and the connection string I'm using is:
STRING = "Provider=Microsoft.Jet.OLEDB.4.0; Dbq=D:\hshome\accountname\xxx.mdb;Password=xxxxxx;"
The error it throws is:
"Microsoft JET Database Engine error '80040e4d'
Cannot start your application. The workgroup information file is missing or opened exclusively by another user. "
WTF?