Subject Re: [firebird-support] Firebird with IBX, performance
Author Dimitry Sibiryakov
On 4 Feb 2004 at 7:22, jayanto wrote:

>Does anybody have experience Delphi's application
>with IBX Component and Firebird 1.x ?

I have got a bit.

>Is there any conflics or any trouble ?

I don't have any so far. But everything depends on what you use and
how you use it. I avoid using TIBTable, TIBQuery and TIBDataset. Also
I don't use CommitRetaining. All my transactions are short.

>Currently I use Ibx with FB 1.03, and got performance
>problem (Database online 24hx7d) and at less FB
>hang once a day. I guess i have a problem with
>Garbage collection.

Don't use CommitRetaining and long-living transaction.

SY, Dimitry Sibiryakov.