Subject Re: [firebird-support] Re: Correct Way?
Author Ann W. Harrison
At 08:05 AM 10/27/2004, David Johnson wrote:

>When a transaction is rolled back, its token must be inserted into a
>placeholder "void" record. Instead of a simple rollback, the rollback
>operation must consist of rollback, start trans, insert "void" record,
>commit.

That's a nice solution if you always control the rollback. If
you have a network failure or something like that, it's very
hard to store that extra void record.

Regards,


Ann