Quellcode Prozedur nt_v_commitwork

Das DB-Objekt selbst

create procedure "informix".nt_v_commitwork()
  -- Ignorieren:
  --    Not in transaction
  ON EXCEPTION IN ( -255 ) END EXCEPTION WITH RESUME
  COMMIT WORK;
end procedure

Abhängige Objekte, Rechte

grant  execute on "informix".nt_v_commitwork to "public" as "informix";

HTML-Autor: Rohloff, Datenbank: demodb, Datenstand: 31.05.00 17:07