In the vortex manual OUTPUT=xml explains that "Each field will be an element, named the same as the Vortex variable would be, nested in a result element within a results top-level element."
When I do:
<SQL NOVARS OUTPUT=xml "select VAR1 from ABC"></SQL>
where is the output?
I've tried:
<loop $VAR1> $VAR1 </loop>
<loop $ret> $ret </loop>
<loop $xml> $xml </loop>
all three are empty. How do I display the results of the SQL search?
Thanks.
When I do:
<SQL NOVARS OUTPUT=xml "select VAR1 from ABC"></SQL>
where is the output?
I've tried:
<loop $VAR1> $VAR1 </loop>
<loop $ret> $ret </loop>
<loop $xml> $xml </loop>
all three are empty. How do I display the results of the SQL search?
Thanks.