Hi all,
I want to link to a table in an Access DB with DB password. I wish to use ADO to accomplish that but unfortunately there is error in my open connection declarations. The errors state :
"Run-time error '-2147217843 (80040e4d)"
Cannot start your application. The workgroup information is missing or opened exclusively by another user.
Check that no one is accessing the DB.
The connection string is as below.
myconn.Open ConnectionString:= _
"Provider=Microsoft.Jet.OLEDB.4.0;" & _
"Data Source=" & "C:\MS Trial Access\TimeMgmtSec.mdb",_ UserID:="admin", Password:="gfsap3"
Please advise.
Thanks a lot beforehand.
mderby
I want to link to a table in an Access DB with DB password. I wish to use ADO to accomplish that but unfortunately there is error in my open connection declarations. The errors state :
"Run-time error '-2147217843 (80040e4d)"
Cannot start your application. The workgroup information is missing or opened exclusively by another user.
Check that no one is accessing the DB.
The connection string is as below.
myconn.Open ConnectionString:= _
"Provider=Microsoft.Jet.OLEDB.4.0;" & _
"Data Source=" & "C:\MS Trial Access\TimeMgmtSec.mdb",_ UserID:="admin", Password:="gfsap3"
Please advise.
Thanks a lot beforehand.
mderby