Parameter results

A parameter result set contains a single “row” of parameters. Several types of data are returned as a parameter result set, including:

Extended error data and registered procedure notification parameters are also returned as parameter result sets, but since an application does not call ct_results to process these types of data, the application never sees a result type of CS_PARAM_RESULT. Instead, the row of parameters is simply available to be fetched after the application retrieves the CS_COMMAND structure containing the data.

For information about extended error data, see “Extended error data”. For information about registered procedure notification parameters, see “Registered procedures”.