Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 10.0.1 » SQL Anywhere 10 - Error Messages » Database Error Messages » Alphabetic list of error messages

ROLLBACK TO SAVEPOINT not allowed Next Page

Row has been updated since last time read


Item

Value

Constant

SQLE_ROW_UPDATED_WARNING

ODBC 2 State

OK

ODBC 3 State

OK

Severity

10

SQLCODE

104

SQLSTATE

01W04

Sybase error code

532

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.