Hi,I want to connect to MSSQL using custom port number, but in TUniConnectDialog, the port TEdit is unable.How can I do?
Thanks.
Can't use custom port in TUniConnectDialog connect to MSSQL
-
AndreyZ
Re: Can't use custom port in TUniConnectDialog connect to MSSQL
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 ).
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 ).