Subject Re: RES: [firebird-support] Transaction is rollbacked when a I display a message
Author Adam
> Sorry all!
>
> I found the problem... there are another routine that are rolling back
> the transaction... :-(
>
> Sorry and thanks for all
>

Can I guess that it was a try / except / end block which blindly
rolled back any exception rather than looking for specific
exception(s)? Been there done that ;)

ADam