18 Nov
2003
18 Nov
'03
7:37 p.m.
hpinson@indepthl.com wrote at 2003-11-17 10:44 -0700:
Hi. I have a dynamic Python generated SQL string which is available to a dtml-method page:
Generate the SQL *inside* the Z SQL method rather than passing it as parameter (reason given by others). That stressed: you would pass generated SQL in the Z SQL method in the same way as you would pass any parameter: either via "REQUEST" or via keyword parameters. -- Dieter