Subject Re: [firebird-support] HELP - Database Integrity Failed (Serious Provblem)
Author Helen Borrie
>
>>- Transaction Abort?

At 11:23 PM 1/12/2007, I wrote:

>There is no such thing as "Transaction Abort". When your system is healthy, a client application starts the transaction and also ends it, in one of two ways: COMMIT completes the transaction, while ROLLBACK undoes all work that the transaction has performed.

In Firebird 2.1 it *will be* possible to "abort" a transaction, by way of a DML query on the MON$--- tables. If a killed transaction left orphan records, it would be a serious implementation bug. Please tell me you are not deploying the v.2.1 Beta into production...

./heLen