I wrote a trigger in Informix ->
 
create trigger cmst_trig
UPDATE on cmst
for each row
execute procedure sp_cmst_upd;
 
But this is giving Syntax Error...Any help is welcome...

Thanks and regards,

Santosh

Reply via email to