Entering content frame

-7067: Update without repeated read not allowed 

Explanation:

An optimistic lock was set to at least one table row by a previous SQL statement. Afterwards, another database user updated at least one of these rows. The database user who set the optimistic lock can make new changes to this row only after reading it with an (optimistic) lock.

User Action:

The row to be updated must be read again with an (optimistic) lock.

 

Leaving content frame