Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 1.32 KB

executing-queries-how-to-topics-odbc.md

File metadata and controls

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

Executing Queries How-to Topics (ODBC)

[!INCLUDE SQL Server]

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