MaxPower
Perch
I'm trying to connect to a MSSQL database on another server (host) so I have to use a connection string. Below is what I'm trying to use. Is this format correct?
ConnectionString = "DRIVER=SQL Server;SERVER=ipaddress;UID=userid;PWD=password;APP=;DATABASE=database"
Of course, the ipaddress, userid, password and database are replaced with my actual information.
I get the following error:
ADODB.Command error '800a0bb9'
Arguments are of the wrong type, are out of acceptable range, or are in conflict with one another.
Thanks, Gary
ConnectionString = "DRIVER=SQL Server;SERVER=ipaddress;UID=userid;PWD=password;APP=;DATABASE=database"
Of course, the ipaddress, userid, password and database are replaced with my actual information.
I get the following error:
ADODB.Command error '800a0bb9'
Arguments are of the wrong type, are out of acceptable range, or are in conflict with one another.
Thanks, Gary