Quellcode Prozedur nt_v_beginwork

Das DB-Objekt selbst

create procedure "informix".nt_v_beginwork()
  -- Ignorieren: Already in transaction
  -- ** aktivieren, wenn non-ansi DB **
  ON EXCEPTION IN ( -535 ) END EXCEPTION WITH RESUME
  BEGIN WORK;
end procedure

Abhängige Objekte, Rechte

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

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