--- 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](../../relational-databases/native-client-odbc-api/sqlbindcol.md) or [SQLGetData](../../relational-databases/native-client-odbc-api/sqlgetdata.md). ## In This Section - [Retrieve Result Set Information (ODBC)](../../relational-databases/native-client-odbc-how-to/processing-results-retrieve-result-set-information.md) - [Process Results (ODBC)](../../relational-databases/native-client-odbc-how-to/processing-results-process-results.md) ## See Also [ODBC How-to Topics](../../relational-databases/native-client-odbc-how-to/odbc-how-to-topics.md)