The code below is a connection from a remote mahcine. The
xxx.xxx.xxx.xxx is the IP address of that remote machine, how can I
state the phycical path of the dbase file that I'll be using???? In
standard connection the Data Source property is like for example
"c:/datastores/data.mdf" so what will be in this case connecting through
IP address????
oConn.Open "Provider=3Dsqloledb;" & _
"Data Source=3Dxxx.xxx.xxx.xxx,1433;" & _
"Network Library=3DDBMSSOCN;" & _
"Initial Catalog=3DmyDatabaseName;" & _
"User ID=3DmyUsername;" & _
"Password=3DmyPassword;"
Thanks,
Enzo