Hi *, Is there a way to render the output of a ZSQL Method (ie. SQL used) in DTML, similar to the way the output is rendered in the ZMI interface when testing ZSQL Methods? Regards, Michael Fox ^-^ Analyst/Programmer <`-`> ___ Century Software ' `' '. Tel +61 2 9460 1422 `. ` ' .'. Fax +61 2 9460 3098 ||.' '._/'.`.' www.CenturySoftware.com.au "" "
Michael Fox wrote at 2004-6-1 11:19 +1000:
Is there a way to render the output of a ZSQL Method (ie. SQL used)
This is not really the "output" of the Z SQL Method (but the output of the template rendering)... Anyway, "Z SQL Method"s have an argument "src__" (I think). Call the method with "src__=1" and you should get the generated SQL. -- Dieter
participants (2)
-
Dieter Maurer -
Michael Fox