Subject Re: [IBO] IB_Connection and port of server
Author Helen Borrie
At 12:20 PM 3/09/2003 +0000, you wrote:
>Hi,
>
>I'm working with Firebird 1.5 RC5. I changed the remote port in
>the "firebird.conf"-file to 5143 so that the fbserver now listen for
>client connections on this port.
>
>How can I configure the IB_Connection to use the new port instead of
>the default 3050 ?

Include it in the Server property:

Server: DBSERVER/5143
Path: d:\databases\TheDatabase.fdb
IBO will resolve the TCP/IP string to:
DBSERVER/5143:d:\databases\TheDatabase.fdb

A better way is to set up the port as default in firebird.conf on the
server, so applications don't have to worry about it.

Helen