CLI functions and restrictions for result sets

Result sets are a useful way to retrieve data from a stored procedure. If a client application runs a stored procedure that generates a result set, it can then use the regular CLI functions or JDBC methods such as SQLFetch() and SQLGetData() to retrieve the data. DB2 Everyplace does not support multiple result sets.

Related concepts

Related tasks

Related reference