Returning Data from a Stored Procedure
The topics in this section describe how to return the results of a stored procedure to the calling application.
In This Section
Returning Data by Using OUTPUT Parameters
Describes how to use OUTPUT parameters to return data to a calling application.Returning Data by Using a Return Code
Describes how to use return codes.Using the cursor Data Type in an OUTPUT Parameter
Describes how to use the cursor data type in an OUPUT parameter.
See Also