D
DanB
I can access a password protected mdb file just fine when I write a VB
dotnet windows application.
However using the same connection string and running in a VB dotnet web
application I get an exception:
"The Microsoft Jet database engine cannot open the file
'C:\Inetpub\wwwroot\fpdb\NewGoodGas.mdb'. It is already opened exclusively
by another user, or you need permission to view its data."
It is not already opened so it must be the permission thing.
Any ideas?
Dan
P.S. Sorry for the double posting - didn't know which ng this should go to.
dotnet windows application.
However using the same connection string and running in a VB dotnet web
application I get an exception:
"The Microsoft Jet database engine cannot open the file
'C:\Inetpub\wwwroot\fpdb\NewGoodGas.mdb'. It is already opened exclusively
by another user, or you need permission to view its data."
It is not already opened so it must be the permission thing.
Any ideas?
Dan
P.S. Sorry for the double posting - didn't know which ng this should go to.