How change "standard port" in the TMSConnection object ??
I don't have a property Port.
I want not use the default 1433.
Thanks
Angelo
TMSConnection change port
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';