Subject | Re: [firebird-support] update trigger do not fire |
---|---|
Author | Aage Johansen |
Post date | 2005-02-25T21:16:16Z |
Michel.Francoeur@... wrote:
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.
> We have tried a to update a table with a after update trigger an it doesWhat are you trying to do? Do you want to update TABLE_A in an AfterUpdate
> not seem to fire. We have Firebird/hpux800 (access method), version
> "HU-T6.2.697 Firebird Release Candidate 2". Is it a known problem?
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.