I am trying to set the Connection String of ADODC control. But i am not able to Create a Successfull Test Connection.
I am getting an Error.
“Test connection failed because of an error in initializing provider. Cannot start your application. The work group file is missing or opened exclusively by another user”.
I am using Access 2007 and I have password to my Database.
I am trying to set the Connection String of ADODC control. But i am
Share
It sounds like that the Access database you’re trying to use is already open somewhere else. Verify that the Access database is closed before trying to open it in the Server Explorer. Additionally, make sure that it is closed in the Server Explorer before trying to use it within your application.
Try this syntax to connect Access 2007:
For more details see Connection strings for Access 2007