Processing Results (OLE DB)
新增: 2006 年 4 月 14 日
Processing results in an OLE DB application involves first determining the characteristics of the result set, and then retrieving the data into program variables. If the command executes a stored procedure, you also must know how to process return codes and output parameters from the stored procedures.
In this Section
- How to: Execute a Stored Procedure (Using ODBC CALL Syntax) and Process Return Codes and Output Parameters (OLE DB)
- How to: Execute a Stored Procedure (Using RPC Syntax) and Process Return Codes and Output Parameters (OLE DB)
- How to: Execute a User-Defined Function and Process Return Code (OLE DB)
- How to: Fetch Rows from a Result Set (OLE DB)