How To SQL SERVER CUSTOMER PORT?
How To SQL SERVER CUSTOMER PORT?
hello How To Sql server 2005 Customer Port?
Re: How To SQL SERVER CUSTOMER PORT?
Hi,
I use connect MSSQL via ALIAS, specified on client computer.
PMal
I use connect MSSQL via ALIAS, specified on client computer.
PMal
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';