Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)