Hi,
I would like to ask if UniDAC can connect to SQL Server 2012 using a method of "TCP dynamic ports"?
Best regards,
Radosław Kokoć
UniDAC, SQL Server 2012, "TCP dynamic ports"
-
RadoslawKokoc
- Posts: 4
- Joined: Wed 27 Aug 2014 20:15
Re: UniDAC, SQL Server 2012, "TCP dynamic ports"
To connect to SQL Server using dynamic port, before connecting, set the TUniConnection.Port property to the number of the dynamic port you will be using. For example:
Code: Select all
UniConnection.Port := 18888;-
RadoslawKokoc
- Posts: 4
- Joined: Wed 27 Aug 2014 20:15
Re: UniDAC, SQL Server 2012, "TCP dynamic ports"
Thank you very much azyk!
Radek
Radek
Re: UniDAC, SQL Server 2012, "TCP dynamic ports"
Feel free to contact us if you have any further questions.