Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 1.64 KB

File metadata and controls

35 lines (26 loc) · 1.64 KB
title Executing Queries How-to Topics (ODBC) | Microsoft Docs
ms.custom
ms.date 03/06/2017
ms.prod sql
ms.prod_service database-engine, sql-database, sql-data-warehouse, pdw
ms.reviewer
ms.technology native-client
ms.topic reference
helpviewer_keywords
queries [ODBC]
ms.assetid 3594c908-192e-41ea-9db0-7045da8812b5
author markingmyname
ms.author maghan
monikerRange >=aps-pdw-2016||=azuresqldb-current||=azure-sqldw-latest||>=sql-server-2016||=sqlallproducts-allversions||>=sql-server-linux-2017||=azuresqldb-mi-current

Executing Queries How-to Topics (ODBC)

[!INCLUDEappliesto-ss-asdb-asdw-pdw-md]

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

See Also

ODBC How-to Topics