Hi.
I'm using SQLBase 7.5.1. I try to create a trigger by issuing:
CREATE TRIGGER TRIG1 after insert on EMP
(EXECUTE inline (EMP.rowid)
PROCEDURE P41 static
string: RowIdentifier
Action
call SqlImmediate('update EMP set (c1 = c1 + 5 where EMP.rowid =:RowIdentifier'))
for each row;
this example...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.