Error 208

"Row has changed since last read -- operation canceled"

Item Description

SQLCode

-208L

Constant

ROW_UPDATED_SINCE_READ

SQLState

22W02

ODBC 2 State

ERROR

ODBC 3 State

ERROR

Sybase Error Code

2132

Severity Code

16

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.


Created May 6, 2011. Send feedback on this help topic to Sybase Technical Publications: pubs@sybase.com