Trigger Previous topic Chapter index Next topic

TITELQUELLEN_AFTER_DEL

 

Beschreibung

Delete-Trigger für die Replikation

 

Definition

CREATE TRIGGER TITELQUELLEN_AFTER_DEL FOR TITELQUELLEN
INACTIVE AFTER DELETE POSITION 0
as
begin if (USER <> 'REPLICATION') then begin
insert into replication (tidchar,tablename,modus,rtid,idname,reptime) values (old.tqid,'TITELQUELLEN',3,28,'TQID','now');
end
end

 

     Previous topic Chapter index Next topic