I am have vb6 application with access database.
It works fine on a standalone pc.But when I try
to run the application through a network from another pc it fails to connect the database .
originally I use this to connect :
con.open “Provider=Microsoft.Jet.oledb.4.0;”
“Data Source=” & App.path & “\ex.mdb”
Thanks