Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 1

ResultSet property

 None: The query returns no result set.


 Singlerow: The query returns a single-row result set.
 Fullresultset: The query returns a result set that can contain multiple rows.
 XML: The query returns a result set in an XML format.

When mapping your 'Result Set', set your 'Result Name' to '0' and 'Variable Name' to the
variable you are using

You might also like