How to setup MS Connection so that it connects to an external server thorugh a proxy?
One customer can connect to the internet only through a proxy and he needs to connect to a server located at a particular external IP and port.
How to achieve this with TMSConnection?
How to connect through a proxy to an external SQL Server
-
AndreyZ
Hello,
To use non-standard port for connection, you should specify this port in the TMSConnection.Server property separated by a comma. Here is an example:To make possible connecting to SQL Server for your customer that can connect to the internet only through a proxy server, your customer has to set up the correct proxy network settings. These settings depend on particular used proxy server. This question can be solved only by network administrators. For more information, please refer to http://social.msdn.microsoft.com/Forums ... 4b4d207219
To use non-standard port for connection, you should specify this port in the TMSConnection.Server property separated by a comma. Here is an example:
Code: Select all
MSConnection.Server := 'IP,Port';