MDAC 2.5 SDK - ODBC Programmer's Reference
Chapter 9: Executing Statements
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.