Nov 30, 2001 #1 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 :
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 :
Nov 30, 2001 #2 Guru2B Programmer Joined May 24, 2000 Messages 77 Location GB try this oConn.Open "Driver={Microsoft Access Driver (*.mdb)};" & _ "Dbq=\\myServer\myShare\myPath\myDb.mdb;" Upvote 0 Downvote
try this oConn.Open "Driver={Microsoft Access Driver (*.mdb)};" & _ "Dbq=\\myServer\myShare\myPath\myDb.mdb;"