This topic has not yet been rated - Rate this topic

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.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.