Subject Re: [firebird-support] update trigger do not fire
Author Aage Johansen
Michel.Francoeur@... wrote:
> We have tried a to update a table with a after update trigger an it does
> not seem to fire. We have Firebird/hpux800 (access method), version
> "HU-T6.2.697 Firebird Release Candidate 2". Is it a known problem?

What are you trying to do? Do you want to update TABLE_A in an AfterUpdate
trigger on TABLE_A?
Use a BeforeUpdate trigger to modify the update to the table, and an
AfterUpdate trigger to modify other tables.

If you want to check whether a trigger is fired you could write a record to
an "external table".


--
Aage J.