Contents|Index|Previous|Next

Processing SQL Statements

The ODBC cursor library passes all SQL statements directly to the driver except the following:

odbc00090000.gif Positioned update and delete statements

odbc00090000.gif SELECT FOR UPDATE statements

odbc00090000.gif Batched SQL statements

To execute positioned update and delete statements and to position the cursor on a row to call SQLGetData for that row, the cursor library constructs a searched statement that identifies the row.