Subject | Re: database ballooning problem |
---|---|
Author | Adam |
Post date | 2005-09-06T06:30:18Z |
--- In firebird-support@yahoogroups.com, "innoy1k" <duncan.chen@t...>
wrote:
rather than the IBO implementation. You don't need to commit until you
have completed your transactions work, and you can still rollback to
any previous save point in your transaction if required.
Adam
wrote:
> Thank you very much of your advice, I must admit we have a badWhy don't you try to use savepoint feature introduced with Firebird 1.5
> database design here, because the process is relying on tables' state
> through out the codes, and a hard commit would change these states.
>
> Duncan
>
rather than the IBO implementation. You don't need to commit until you
have completed your transactions work, and you can still rollback to
any previous save point in your transaction if required.
Adam