J Jim Ciotuszynski Dec 8, 2003 #1 Anybody know how to connect to a SQL server with a port installed on a port other than 1433? Thanks, Jim
Anybody know how to connect to a SQL server with a port installed on a port other than 1433? Thanks, Jim
M Miha Markic Dec 8, 2003 #2 Hi Jim, Try this: Data Source=IP,PORT;Network Library=DBMSSOCN;Initial Catalog=pubs;User ID=...;Password=...;" Where IP is sever's ip and PORT is server's port.
Hi Jim, Try this: Data Source=IP,PORT;Network Library=DBMSSOCN;Initial Catalog=pubs;User ID=...;Password=...;" Where IP is sever's ip and PORT is server's port.