ADP Internet Connection possible?

G

Gary Miller

Does anyone know if you can setup an ADP connection to a
SQLServer database across an internet connection via the IP
address? If it is possible, any pointers or resources on
this would be appreciated.

Gary Miller
 
S

Sylvain Lafontaine

I usually add the port number (1433) to the IP address:

arscim.datasecure.net,1433

or : 127.0.0.1, 1433


Of course, the use of a firewall or a proxy (at the client or at the server
side) could hide the port connection and block your connection.

S. L.
 
Top