Row has been updated since last time read

Error constant SQLE_ROW_UPDATED_WARNING
ODBC 2 State OK
ODBC 3 State OK
Severity 10
SQLCODE 104
SQLSTATE 01W04
Sybase error code 532
Probable cause

You fetched a row from a SCROLL cursor. The row was previously fetched from the same cursor, and one or more columns in the row has been updated since the previous fetch. The column(s) updated may or may not be fetched by the cursor; this warning just indicates that the row from the table has been updated. If the cursor involves more than one table, a row from one or more of the tables has been updated.