Contents Index ROLLBACK TO SAVEPOINT not allowed Row has changed since last read -- operation canceled

ASA Error Messages
  Database Error Messages
    Alphabetic list of error messages

Row has been updated since last time read


Item Value
SQLCODE 104
Constant SQLE_ROW_UPDATED_WARNING
SQLSTATE 01W04
Sybase error code 532
ODBC 2 State OK
ODBC 3 State OK
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.


Contents Index ROLLBACK TO SAVEPOINT not allowed Row has changed since last read -- operation canceled