Row updates and deletes through a cursor

The Microsoft ODBC Programmer's Reference suggests that you use SELECT...FOR UPDATE to indicate that a query is updatable using positioned operations. You do not need to use the FOR UPDATE clause in SAP Sybase IQ: SELECT statements are automatically updatable as long as the following conditions are met:

ODBC provides two alternatives for carrying out positioned updates and deletes: