Desactivar:
ALTER TRIGGER <trigger> INACTIVE
Activar:
ALTER TRIGGER <trigger> ACTIVE
Desactivar:
ALTER TRIGGER <trigger> INACTIVE
Activar:
ALTER TRIGGER <trigger> ACTIVE
Triggers – Reusable Business Objects Triggers store and enforce a company’s business rules on the server. The server itself guarantees that every application using corporate data adheres to these rules. InterBase triggers automate responses to events on the server, and validate input data whenever a row is inserted, updated, or deleted from a table. “InterBase…has the best implementation of modular, optionally-ordered, pre- and post-operation triggers.” DBMS, July 1996