Subject Re: [firebird-support] Port number in connexion string
Author Jonathan Neve
Ivan Prenosil wrote:

>Since Firebird1 you can specify port number directly in connect string:
> myserver/3052:c:\mydb.fdb
>
>In _any_ Firebird/InterBase version you can specify port number indirectly,
>using "services" file (it works e.g. in IB5.6):
>
> myserver/gds_db2:c:\mydb.fdb
>
>provided "services" contains this line:
>
>gds_db2 3052/tcp
>
>
Yes, but I need to use ZeBeDee with IB 6.0. My problem is therefore that
I need to connect to my local database server using the standard port,
and have ZeBeDee redirect the 3051 port to the remote database server.
Unless perhaps there's some other alternative...

Thanks!

Jonathan Neve.