Arquivo para Triggers

Activar e desactivar triggers

Desactivar:

ALTER TRIGGER <trigger> INACTIVE

Activar:

ALTER TRIGGER <trigger> ACTIVE

Deixe um Comentário

Triggers – Reusable Business Objects

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

Deixe um Comentário