How can I sucsesfully connect to a database that has another program connected to it? I know my connection string is correct as some times it makes the connection
and displayes the rows correctly.
I mean I get the following errors when I cannect to my database.
When I do a refresh I recive diffrent error messages.
--------------------------------------------------------------------------------------------
[Microsoft][ODBC Microsoft Access Driver]General error Unable to open registry key 'Temporary (volatile) Jet DSN for process 0xdf0 Thread 0x1100 DBC 0x2331f04 Jet'.
--------------------------------------------------------------------------------------------
[Microsoft][ODBC Driver Manager] Driver's SQLSetConnectAttr failed
--------------------------------------------------------------------------------------------
[Microsoft][ODBC Microsoft Access Driver] Could not use '(unknown)'; file already in use.
--------------------------------------------------------------------------------------------
Do the errors above mean I can only connect to the database when nothing else is using it? If so then this is going to be very difficult to use in a working enviroment.
Any help or advice you can give will be appreciated.
Thank you
Bob