Subject Re: [firebird-support] Services components fro Delphi?
Author Helen Borrie
At 10:22 AM 17/02/2005 +1100, you wrote:

>Hello all,
>
>I was wondering which components work with FB 1.5 and Delphi 7 and provide
>access to the FB services? More specifically the backup/restore serivces
>APIs? Do the Interbase Services components work fine with FB 1.5?

Yes; but you need to ensure that, at design time, the project connects to
the "compatibility version" of the Firebird 1.5 client library. It doesn't
affect the internals of the Services API components but it *does* affect
the connection object that is created internally by the components.

For more info about how and why, see
http://firebird.sourceforge.net/index.php?op=faq#q0016.dat

./heLen