Subject Re: [firebird-support] Activating and de-activating triggers in SP
Author Ann W. Harrison
Sudheer Palaparambil wrote:
> Hi,
>
> Can I have a SP like this ? I don't want to fire the 'after insert
> trigger'
> on table instant_purchase for this particular insert. Is it safe ?

No. Instead, establish some data value in that table or another
that you set to a specific value and make your trigger check for
that value and fire or not depending on the value.

Regards,


Ann