exclusive

A

abcd

I am using ADO to open connection

my connection string is

"Driver={Microsoft Access Driver
(*.mdb)};Dbq=C:\mydatabase.mdb;Uid=Admin;Pwd=;"

I have a web page that opens the above connection.

When I open mydatabase.mdb in exclusive mode and then hit my page (which
opens the mydatabase.mdb using above connection) generates the error....

Error:- [Microsoft][ODBC Microsoft Access Driver]General error Unable to
open registry key 'Temporary (volatile) Jet DSN for process 0x6dc Thread
0xaf4 DBC 0x7e9014 Jet'.

how can I avaoid this error and let my page working...

thanks
 

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