Subject | Triggers, anything I should know? |
---|---|
Author | sqlsvr |
Post date | 2010-07-12T15:17:26Z |
I'm using the path enumeration model and nested set model in some of my tables and to maintain integrity, I'm planning to update the paths using a trigger. The trigger would be an insert/delete trigger.
Is there anything special I should know about triggers in Firebird? If a insert fails on a table for some reason, does the INSERT trigger execute?
If the trigger query fails, does the insert get rollback?
Is there anything special I should know about triggers in Firebird? If a insert fails on a table for some reason, does the INSERT trigger execute?
If the trigger query fails, does the insert get rollback?