Jan 31, 2001 #1 Matapedia Programmer Jan 31, 2001 10 CA I try to connect to access 2000 db protected with pass using ADO and I get run-time error message: "Cannot start your application. The workgroup information file is missing or opened exclusively by another user." Please help me..
I try to connect to access 2000 db protected with pass using ADO and I get run-time error message: "Cannot start your application. The workgroup information file is missing or opened exclusively by another user." Please help me..
Jan 31, 2001 #2 edderic Programmer May 8, 1999 628 If you are using a Workgroup (System database): oConn.Open "Driver={Microsoft Access Driver (*.mdb)};" & _ "Dbq=\somepath\mydb.mdb;" & _ "SystemDB=\somepath\mydb.mdw;", _ "admin", "" Eric De Decker vbg.be@vbgroup.nl Licence And Copy Protection AxtiveX Download ActiveX and test in VB Source CodeBook for the programmer http://www.createsoftware2000.com Upvote 0 Downvote
If you are using a Workgroup (System database): oConn.Open "Driver={Microsoft Access Driver (*.mdb)};" & _ "Dbq=\somepath\mydb.mdb;" & _ "SystemDB=\somepath\mydb.mdw;", _ "admin", "" Eric De Decker vbg.be@vbgroup.nl Licence And Copy Protection AxtiveX Download ActiveX and test in VB Source CodeBook for the programmer http://www.createsoftware2000.com