Executing Queries (ODBC) (How to)
New: 14 April 2006
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
- How to: Use a Statement (ODBC)
- How to: Set Cursor Options (ODBC)
- How to: Execute a Statement Directly (ODBC)
- How to: Prepare and Execute a Statement (ODBC)