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
Topic | Description |
---|---|
Describes how to use OUTPUT parameters to return data to a calling application. |
|
Describes how to use return codes. |
|
Describes how to use the cursor data type in an OUPUT parameter. |
See Also
Concepts
Creating Stored Procedures (Database Engine)