Subject Re: [firebird-support] Cancel transaction
Author Ann W. Harrison
Ismael L. Donis GarcĂ­a wrote:
>
> I want something like:
>
> if (new.IDE > 10) then
> TRANSACTION ROLLBACK;
>

You can't do that. Neither triggers nor stored procedures
can commit or rollback transactions. Transaction control
belongs to the client application.


Good luck,

Ann