In this blog post, you’ll learn more about the Sybase Error Row has been updated since last time read and the reason for receiving this error
Sybase SQL Error Message
Row has been updated since last time read
Reason for this Error
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.