Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Connecting to a MS Access DB on the internet

Status
Not open for further replies.

jbeetz1

Programmer
Nov 28, 2000
60
US
I am trying to connect to a MS Access DB residing on the internet using a DSN-less connection from my local PC. I have set the connectstring to:

lsDataBase = "DRIVER={Microsoft Access Driver (*.mdb)};"
lsDBName = "lsDataBase = lsDataBase + "DBQ=" + lsDBName + ";"
sqlca.DbParm=lsDataBase

Connect using sqlca;

Every time it tries to connect it opens a DSN window asking me to select one. I believe the problem is in the path to the database but I don't know what to change it to. Any help would be appreciated.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top