Can't use custom port in TUniConnectDialog connect to MSSQL

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
gggyniidt
Posts: 1
Joined: Mon 08 Oct 2012 15:40

Can't use custom port in TUniConnectDialog connect to MSSQL

Post by gggyniidt » Mon 08 Oct 2012 17:16

Hi,I want to connect to MSSQL using custom port number, but in TUniConnectDialog, the port TEdit is unable.How can I do?
Thanks.

AndreyZ

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

Post by AndreyZ » Tue 09 Oct 2012 11:12

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 ).

Post Reply