Subject RE: [firebird-support] CommitRetaining question
Author Alan McDonald
> If I have an application that makes a CommitRetaining while the user
> edits/saves the record, and makes a hard Commit when the form is
> closed, but one day the application crashes after the CommitRetaining
> but before the hard Commit, what happens to the transaction? Will it
> ever be garbage collected? Would it have any impact on the OIT or OAT?
>
> Thanks.
>
> Ray Mond

regardless of there being a problem here (which I doubt), I have to ask,
what do you think you are achieving by using commitretaining? why are you
not using commit?
Alan