Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 1020 Bytes

File metadata and controls

32 lines (24 loc) · 1020 Bytes
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

See Also

ODBC How-to Topics