Viewing post 1 (of 1 total)
I finally got it working by switching to ADO.
REMOTE_IP = "1.1.1.1"
REMOTE_DATABASE = "DBname"
REMOTE_USERNAME = "username"
REMOTE_PASSWORD = "password"
DB_CONNECT_STRING = "Server='" & REMOTE_IP & "';"
March 10, 2006 at 7:18 am
#625950