Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 1.29 KB

executing-statements-odbc.md

File metadata and controls

28 lines (20 loc) · 1.29 KB
title description author ms.author ms.date ms.service ms.subservice ms.topic
Executing Statements ODBC
Executing Statements ODBC
David-Engel
davidengel
01/19/2017
sql
connectivity
conceptual

Executing Statements ODBC

ODBC applications perform almost all database access by executing SQL statements. The general sequence of events is to allocate a statement handle, set any statement attributes, execute the statement, retrieve any results, and free the statement handle.

This section contains the following topics.