How would I go about showing the SQL used like the ZSQL method does at the bottom of the page?
 
<dtml-in sql_method1>
    <dtml-if sequence-start>
        <dtml-var SHOW_SQL_HERE>
        ...
    </dtml-if>
    ...
    ...
</dtml-in>
 
- Karl Putland
kputland@wisen.com