I am trying to connect to an Access database that resides in another server. This is my connection string and it does not seem to be connecting. Database is not password-protected.
sConnect = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=\\mysever\testDB.mdb"
where myserver is the name of the remote server.
Any help will be greatly appreciated.
sConnect = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=\\mysever\testDB.mdb"
where myserver is the name of the remote server.
Any help will be greatly appreciated.