S
SirPoonga
I am trying to find teh right connection string. I am using MS Access
with a ASP.NET application. My current connection string is:
Provider=Microsoft.Jet.OLEDB.4.0; Data Source=\location\my.mdb
If I have the db open and try to run my asp app I get a file in use
error.
I tried adding "Mode=Read;" but then I get a could not lock file error.
Any ideas?
with a ASP.NET application. My current connection string is:
Provider=Microsoft.Jet.OLEDB.4.0; Data Source=\location\my.mdb
If I have the db open and try to run my asp app I get a file in use
error.
I tried adding "Mode=Read;" but then I get a could not lock file error.
Any ideas?