A
Altair Brito
Hello everyone
How would I go about connecting to an Access DB that's on another network?
For instance, I have the DB on my web server that you can add files to, what
would be the connection string for VB to get data from that file..?
To access a locally db I used:
DBPath= App.path & "\db\db.mdb"
CN.open "Provider=Microsft.Jet.OLEDB.4.0;Data Source=" & DBPath & "; Persist
Security Info=False;Jet OLEDB
atabase Password:1234"
Thank you for you help!
How would I go about connecting to an Access DB that's on another network?
For instance, I have the DB on my web server that you can add files to, what
would be the connection string for VB to get data from that file..?
To access a locally db I used:
DBPath= App.path & "\db\db.mdb"
CN.open "Provider=Microsft.Jet.OLEDB.4.0;Data Source=" & DBPath & "; Persist
Security Info=False;Jet OLEDB

Thank you for you help!