I am having problems connecting to a db on a network drive with a password. The web page works fine for me from my machine, but not from any other machines. Is it possible to access a db on a network share with a passoword? The error message that is being displayed is database already opened exclusively or you may not have access. Here is the connection string I am using.
adoCon.Open "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=\\networkserver\share\mydb.mdb; Jet OLEDB
atabase Password=MyDbPassword
adoCon.Open "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=\\networkserver\share\mydb.mdb; Jet OLEDB