Subject Re: [ib-support] Connecting to Firebird via TCP/IP
Author Dimitry Sibiryakov
On 25 Jul 2002 at 11:04, evenduin wrote:

>If i want to connect to Firebird with a non standard Language
>supporting TCP/IP for Connectionsas well as Ports.

That's hard. And I can't belive that there is a language without
support of dynamic libraries.

>What is the procedure for the connection ( Connection-String, awaited
>informations etc. )?
>
>Can't find anything in the docs!

Internal protocols aren't documented. Everything that you can do is
look into sources of gds32.dll.

>Any help or ideas are appreciated!

Forget about direct connection and use the standard way - call
functions from gds32.dll (libgdslib.so).

SY, Dimitry Sibiryakov.