Page 1 of 1

TMSConnection change port

Posted: Thu 22 Apr 2010 10:55
by azago
How change "standard port" in the TMSConnection object ??
I don't have a property Port.

I want not use the default 1433.

Thanks
Angelo

Posted: Thu 22 Apr 2010 12:02
by Dimon
To set special port for connection you should specify this port in the TMSConnection.Server property separated by a comma, like this:

Code: Select all

  MSConnection.Server := 'host,1433';