26 Apr
2001
26 Apr
'01
7:09 p.m.
Craig Stoddart writes:
... multiple SQL statements in one operation ...
You can separate several SQL statements in a single Z SQL Method with "<dtml-var sql_delimiter>". You can even generate the sequence of SQL statements with a "<dtml-in>". An alternative would be to use "dtml-in" in a coordinating DTML object that repeatedly call a Z SQL Method. Dieter