IBCConnection - missing "Port" property

Discussion of open issues, suggestions and bugs regarding IBDAC (InterBase Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
pzvonicek
Posts: 1
Joined: Thu 09 Sep 2010 18:37
Location: Prague, Czech Republic

IBCConnection - missing "Port" property

Post by pzvonicek » Thu 09 Sep 2010 18:46

Hi, I would really appreciate if you add Property "Port" to IBCConnection component so I can choose anything else than default 3050. I like to have running known services from security reasons on nondefault ports (FB Server, SSHD etc.). Do you plan to release such feature?

Thank you.
Pavel

AndreyZ

Post by AndreyZ » Fri 10 Sep 2010 08:57

Hello,

To choose a port you have to put it into the SERVER property of the TIBCConnection component like this:

Code: Select all

server/3050
If you want more information, please, look at the Frequently Asked Question topic in the IBDAC help.

Post Reply