Subject Re: [firebird-support] How to avoid Triggers' infinite loop?
Author Anderson Miranda
Bambang P escreveu:

> I just met a similar situation.
>
> My solution is by creating a table which holds record flag for the
> running trigger. The table should have a field TRANSACTION_ID for
> storing the
> CURRENT_TRANSACTION variable.
>
Yeah, I had this in mind yet, just wanted a few other opinions about
other methods to accomplish such task. Well, I think that we have no
other choices for now. At least, not that I know of...

Anyways, thanks for the suggestion... I'm prolly going to do this way.

Regards,
Anderson