Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 1.84 KB

processing-results-how-to-topics-ole-db.md

File metadata and controls

33 lines (23 loc) · 1.84 KB
title description author ms.author ms.date ms.service ms.subservice ms.topic helpviewer_keywords
Processing results how-to topics (OLE DB driver)
Use these articles to understand processing results in an OLE DB Driver for SQL Server application, including commands that execute stored procedures.
David-Engel
davidengel
06/14/2018
sql
connectivity
reference
OLE DB, processing results

Processing Results How-to Topics (OLE DB)

[!INCLUDESQL Server Azure SQL Database Synapse Analytics PDW]

[!INCLUDEDriver_OLEDB_Download]

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

See Also

OLE DB How-to Topics