Page 1 of 1

How To SQL SERVER CUSTOMER PORT?

Posted: Thu 07 Jan 2010 00:43
by mseopark
hello How To Sql server 2005 Customer Port?

Re: How To SQL SERVER CUSTOMER PORT?

Posted: Thu 07 Jan 2010 09:49
by malinsky
Hi,

I use connect MSSQL via ALIAS, specified on client computer.

PMal

Posted: Mon 11 Jan 2010 12:53
by Dimon
To set special port for connection you should specify this port in the TUniConnection.Server property separated by a comma, like this:

Code: Select all

UniConnection.Server := 'host,1433';

Posted: Tue 12 Jan 2010 10:10
by malinsky
Wow. Thanks for tip! Undocumented feature ? :lol:

PMal

Posted: Tue 12 Jan 2010 15:44
by mseopark
Thank you very much for your assistance with this matter. :D