Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 1.32 KB

File metadata and controls

31 lines (22 loc) · 1.32 KB
title Executing Queries How-to Topics (ODBC)
description Executing Queries How-to Topics (ODBC)
author markingmyname
ms.author maghan
ms.date 03/06/2017
ms.service sql
ms.subservice native-client
ms.topic reference
helpviewer_keywords
queries [ODBC]

Executing Queries How-to Topics (ODBC)

[!INCLUDE SQL Server]

Executing a 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