B
bob
Hi,
I use a Access database for my asp.net application.
I use this connection string:
sConnectionString = "Provider = Microsoft.Jet.OLEDB.4.0; Data Source =
c:\mydb.mdb"
Now i put a pasword to the Access database and i changed the connection
string to:
sConnectionString = "Provider = Microsoft.Jet.OLEDB.4.0; Data Source =
c:\mydb.mdb; Password=mypassw"
But then i get the error:
"Can't start application. The file is missing or is open in exclusive mode
by another user"
I opened the first time the file in exclusive mode in order to put the
password, but then i reopened it without exclusive mode.
Any idea how to solve this?
Thanks
Bob
I use a Access database for my asp.net application.
I use this connection string:
sConnectionString = "Provider = Microsoft.Jet.OLEDB.4.0; Data Source =
c:\mydb.mdb"
Now i put a pasword to the Access database and i changed the connection
string to:
sConnectionString = "Provider = Microsoft.Jet.OLEDB.4.0; Data Source =
c:\mydb.mdb; Password=mypassw"
But then i get the error:
"Can't start application. The file is missing or is open in exclusive mode
by another user"
I opened the first time the file in exclusive mode in order to put the
password, but then i reopened it without exclusive mode.
Any idea how to solve this?
Thanks
Bob