Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 1.19 KB

File metadata and controls

28 lines (22 loc) · 1.19 KB
title Processing Results How-to Topics (ODBC) | Microsoft Docs
ms.custom
ms.date 06/13/2017
ms.prod sql-server-2014
ms.reviewer
ms.technology database-engine
ms.topic reference
helpviewer_keywords
ODBC, results processing
ms.assetid 772d9064-c91d-4cac-8b60-fcc16bf76e10
author mashamsft
ms.author mathoma
manager craigg

Processing Results How-to Topics (ODBC)

Processing results in an ODBC application involves first determining the characteristics of the result set, then retrieving the data into program variables by using either SQLBindCol or SQLGetData.

In This Section

See Also

ODBC How-to Topics