Subject RE: [firebird-support] inactivate & activate trigger from stored proc
Author Svein Erling Tysvær
>Dear All,
>
>Is that possible to place TRIGGER INACTIVATE at the beginning and
>place TRIGGER ACTIVATE at the end of STORED PROCEDURE ?
>
>If that's impossible then how I could make it ?
>
>
>PS : I use FB 1.5 on Win Server 2003

I think it would be better to make the stored procedure first update a field in a table and modify the trigger to check the value of that field.

HTH,
Set