Subject | Re: [firebird-support] Re: One table become very slow |
---|---|
Author | Dan Wilson |
Post date | 2008-09-16T17:58:06Z |
marrtins_dqdp wrote:
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.
> 4) do not use ibase_trans() (or extremly rare - cannot remeber if usedI suspect if you implement explicit transaction controls by starting and
> anywhere), so anything is done via single database connection.
>
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.