Processing Results (OLE DB)
Добавления: 14 апреля 2006 г.
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)