Subject | Re: [IBO] TIB_Connection |
---|---|
Author | Helen Borrie |
Post date | 2006-10-05T22:45:14Z |
At 02:37 AM 6/10/2006, you wrote:
issue. You can configure and access a different port if you are
using Firebird 1.5 or higher. Chapter 9 of the Firebird 1.5.3
release notes, "Configuring the Port Service
on Client and Server", explains in detail what you need to do.
TIB_Connection. So, for example, if the server's hostname is
"Hotbox" and the port is changed to 30050 , the Server property would
be Hotbox:30050
It won't work if the server and client machines have not been
configured to expect the gds_db service to broadcast from that port.
Helen
>Hi.It's the proper word but it's mostly a host/client configuration
>
>How can I tell TIB_Connection to use another port then 3050 for
>accessing firebird?
>
>I tried to search, but "port" is not a proper word looking for.
issue. You can configure and access a different port if you are
using Firebird 1.5 or higher. Chapter 9 of the Firebird 1.5.3
release notes, "Configuring the Port Service
on Client and Server", explains in detail what you need to do.
>I'm using IBObjects 4.3In IBO, you append :port_number to the Server property in your
TIB_Connection. So, for example, if the server's hostname is
"Hotbox" and the port is changed to 30050 , the Server property would
be Hotbox:30050
It won't work if the server and client machines have not been
configured to expect the gds_db service to broadcast from that port.
Helen