Trigger Previous topic Chapter index Next topic

ELEMENTSEQUENZEN_AFTER_UP

 

Beschreibung

Update-Trigger für die Replikation

 

Definition

CREATE TRIGGER ELEMENTSEQUENZEN_AFTER_UP FOR ELEMENTSEQUENZEN
INACTIVE AFTER UPDATE POSITION 0
as
begin if (USER <> 'REPLICATION') then begin
insert into replication (tidchar,tablename,modus,rtid,idname,reptime) values (new.esid,'ELEMENTSEQUENZEN',2,33,'ESID','now');
end
end

 

     Previous topic Chapter index Next topic