Return code of last AE step performed.
value is 0 for successful operation.
Showing posts with label METASQL-APP-ENGINE. Show all posts
Showing posts with label METASQL-APP-ENGINE. Show all posts
Sunday, April 27, 2008
%Execute
Used to execute multiple statements in an sql action in Application engine.
for e.g.
%execute(/)
INSERT INTO mytbl1 values (1,2,3);
INSERT INTO mytbl1 values (1,2,4);
/
In above example, the separator is changed to "/" for the default separator of ";" in peoplecode.
for e.g.
%execute(/)
INSERT INTO mytbl1 values (1,2,3);
INSERT INTO mytbl1 values (1,2,4);
/
In above example, the separator is changed to "/" for the default separator of ";" in peoplecode.
Subscribe to:
Posts (Atom)