ADO Connection

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???
 
P

Paul Clement

¤ 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)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top