Dim ConnectionString ConnectionString="Provider=Microsoft.Jet.OLEDB.4.0;Data Source=g:\database.mdb" CN.Open ConnectionString
But when I have the database stored on a local network share, I get an error. The local network share shortcut is \\hp\e, so I've been trying the following:
Dim ConnectionString ConnectionString="Provider=Microsoft.Jet.OLEDB.4.0;Data Source=\\hp\e:\database.mdb" CN.Open ConnectionString
But it's not working. What am I doing wrong? Thanks!!!

New Topic/Question
Reply




MultiQuote




|