Subject RE: [firebird-support] Calling FBClient.dll directly from Delphi
Author Alan McDonald
>
> Where can I find an example of calling fbclient.dll functions from
> delphi.
>
> This is because I want to know if there is some way of closing the
> communication link to the FB server from my Delphi App. This is because
> I keep getting phantom unclosed transactions when closing my
> TSQLConnection using dbexpint.dll driver. May be this driver does not
> close the connection properly, so I would like to try calling fbclient
> directly on the TSQLConnection.AfterDisconnect event.
> Using D6, dbexpint, FB 1.5.2.
>
> Greetings.
> Marcelo.
>

if you download and look at the source code for FBReplicator
(www.meta.com.au), you will see full access to the firebird client via
Delphi
Alan