How can I determine how many records were returned by a JDBC SQL query?
book
Article ID: KB0090944
calendar_today
Updated On:
Products
Versions
TIBCO ActiveMatrix BusinessWorks
-
Not Applicable
-
Description
Resolution: You have an x-path "count(<< node-set >>)" under 'Set' in the x-path editor which you can use. Example: count($JDBC-Query/resultSet/Record)
- will give all the child elements under the above nodeset.
Issue/Introduction
How can I determine how many records were returned by a JDBC SQL query?