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";