Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 1.82 KB

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

File metadata and controls

31 lines (22 loc) · 1.82 KB
title description author ms.author ms.date ms.service ms.subservice ms.topic helpviewer_keywords
Processing results how-to topics (Native Client OLE DB provider)
Processing Results How-to Topics (Native Client OLE DB provider)
markingmyname
maghan
03/07/2017
sql
native-client
reference
OLE DB, processing results

Processing Results How-to Topics (Native Client OLE DB provider)

[!INCLUDE SQL Server]

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