Subject Re: Changing trigger active/inactive state within a transaction
Author Rich MacDonald
--- In firebird-support@yahoogroups.com, "Adam" <s3057043@y...> wrote:
>
> You can use the CURRENT_CONNECTION context variable to note who did
> the action. Then just set your triggers to fill this table when a
> change occurs.

This is perfect. I had no idea that CURRENT_CONNECTION existed. Its
not in the "definitive" docs. But there it is in the v1.5
ReleaseNotes. Thank you very much.