Subject Re: [firebird-support] Re: One table become very slow
Author Dan Wilson
marrtins_dqdp wrote:
> 4) do not use ibase_trans() (or extremly rare - cannot remeber if used
> anywhere), so anything is done via single database connection.
>
I suspect if you implement explicit transaction controls by starting and
committing transactions at the appropriate places in your code, you will
find and fix your problem. Don't trust the interface layer to get it right.

Dan.