Triggers Previous topic Chapter index Next topic

REG_NIIFS_BI

 

Description

(There is no description for trigger REG_NIIFS_BI)

 

Definition

CREATE TRIGGER REG_NIIFS_BI FOR REG_NIIFS
ACTIVE BEFORE INSERT POSITION 0
as
begin
  if (new.item is null) then
    new.item = gen_id(gen_reg_niifs,1);
end

 

     Previous topic Chapter index Next topic