Error 208

Message text

Row has changed since last read-- operation cancelled

Item

Value

SQLCode

-208

Constant

SQLE_ROW_UPDATED_SINCE_READ

SQLState

22W02

ODBC State

(handled by ODBC driver)

Probable cause

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