Thanks, but we can already determine the number of result sets returned. The DESCRIBE CURSOR statement populates the SQLDA with this information. SQLD contains the number of result sets. My issue is h ...
I am new to stored procs, as is the company I am working for. We will
be writing stored procs which may return any number of result sets.
After referring to the DB2 manuals etc, I have no trouble un ...