ADO Connection

  • Thread starter Thread starter Jason
  • Start date Start date
J

Jason

is there a way to open an ADO connection to a user-level
secured MS Access database? in order to open the database
i am using a command line instruction to direct it to a
custom .mdw file. i chose this option rather than
customizing the system .mdw file. however when i try to
establish the ADO connection, i get an error stating that
the workgroup file is unavailable, or opened exclusively
by another user. any ideas???
 
¤ is there a way to open an ADO connection to a user-level
¤ secured MS Access database? in order to open the database
¤ i am using a command line instruction to direct it to a
¤ custom .mdw file. i chose this option rather than
¤ customizing the system .mdw file. however when i try to
¤ establish the ADO connection, i get an error stating that
¤ the workgroup file is unavailable, or opened exclusively
¤ by another user. any ideas???

Sounds like a VB 6.0 question. I would check the following:

HOWTO: Open a Secured Access Database in ADO Through OLE DB
http://support.microsoft.com/defaul...port/kb/articles/Q191/7/54.ASP&NoWebContent=1


Paul ~~~ (e-mail address removed)
Microsoft MVP (Visual Basic)
 
Back
Top