Contents Index Row has been updated since last time read Row in table '%1' was modified or deleted in BEFORE trigger

ASA Error Messages
  Database Error Messages
    Alphabetic list of error messages

Row has changed since last read -- operation canceled


Item Value
SQLCODE -208
Constant SQLE_ROW_UPDATED_SINCE_READ
SQLSTATE 22W02
Sybase error code 554
ODBC 2 State ERROR
ODBC 3 State ERROR
Probable cause 

You attempted an UPDATE (positioned) or DELETE (positioned) operation on a cursor declared as a SCROLL cursor, and the row you are changing has been updated since you read it. This error prevents the 'lost update' problem.


Contents Index Row has been updated since last time read Row in table '%1' was modified or deleted in BEFORE trigger