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 derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Connection strings ADO

Status
Not open for further replies.

sdh

Programmer
Joined
Apr 30, 2001
Messages
121
Location
GB
Could anyone tell me the appropriate connection string to connect to an access database on a remote machine over the internet.

I have heard it can be down but cannot find any info.

sdh
::-)
 
try this

oConn.Open "Driver={Microsoft Access Driver (*.mdb)};" & _
"Dbq=\\myServer\myShare\myPath\myDb.mdb;"
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top