--- title: "Executing Queries How-to Topics (ODBC) | Microsoft Docs" ms.custom: "" ms.date: "06/13/2017" ms.prod: "sql-server-2014" ms.reviewer: "" ms.technology: native-client ms.topic: "reference" helpviewer_keywords: - "queries [ODBC]" ms.assetid: 3594c908-192e-41ea-9db0-7045da8812b5 author: MightyPen ms.author: genemi manager: craigg --- # Executing Queries How-to Topics (ODBC) Executing an SQL statement in an ODBC application requires allocating a statement handle, setting statement attributes, and preparing and executing the SQL statement. ## In This Section - [Use a Statement (ODBC)](use-a-statement-odbc.md) - [Set Cursor Options (ODBC)](set-cursor-options-odbc.md) - [Execute a Statement Directly (ODBC)](execute-a-statement-directly-odbc.md) - [Prepare and Execute a Statement (ODBC)](prepare-and-execute-a-statement-odbc.md) ## See Also [ODBC How-to Topics](../odbc-how-to-topics.md)