Sequence of Fetching Result Sets and Out Parameters
Any restrictions on the sequence of fetching OUT parameters and result sets will be imposed by the underlying database ODBC driver. Some database drivers return the OUT parameters only after the result sets are returned. To be on the safe side, call fetchReturnParams() only after completely processing all the result sets.