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.
Sunday, April 27, 2008
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment