Access data in a network - TechRepublic
General discussion
November 24, 2005 at 12:33 AM
tesfaye

Access data in a network

by tesfaye . Updated 20 years, 7 months ago

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

This discussion is locked

All Comments