Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Workgroup information file is missing

Status
Not open for further replies.

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..
 
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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top