The ODBC cursor library passes all SQL statements directly to the driver except the following:
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.