Techwarrior
Programmer
I have an Access database stored on my website in the following location: I am trying to connect to it in my web.config file with the following code:
<connectionStrings>
<add name="testdbConnectionString" connectionString="Provider=Microsoft.Jet.OLEDB.4.0;Data Source=// OLEDB:System Database=system.mdw;uid=myid;password=mypassword"
providerName="System.Data.OleDb" />
</connectionStrings>
Everytime I try to access it with my webpage I get the following message:"It is already opened exclusively by another user, or you need permission to view its data."
Can anyone help me?
<connectionStrings>
<add name="testdbConnectionString" connectionString="Provider=Microsoft.Jet.OLEDB.4.0;Data Source=// OLEDB:System Database=system.mdw;uid=myid;password=mypassword"
providerName="System.Data.OleDb" />
</connectionStrings>
Everytime I try to access it with my webpage I get the following message:"It is already opened exclusively by another user, or you need permission to view its data."
Can anyone help me?