Page 1 of 1

Can't use custom port in TUniConnectDialog connect to MSSQL

Posted: Mon 08 Oct 2012 17:16
by gggyniidt
Hi,I want to connect to MSSQL using custom port number, but in TUniConnectDialog, the port TEdit is unable.How can I do?
Thanks.

Re: Can't use custom port in TUniConnectDialog connect to MSSQL

Posted: Tue 09 Oct 2012 11:12
by AndreyZ
Hello,

To use specific port for SQL Server, you should specify it in the Server property in the following way: host,port (for example, localhost,1433 ).