Warning 104

"Row has been updated since last time read"

Item Description

SQLCode

104L

Constant

ROW_UPDATED_WARNING

SQLState

01W04

ODBC 2 State

OK

ODBC 3 State

OK

Sybase Error Code

2005

Severity Code

10

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.


Created April 27, 2010. Send feedback on this help topic to Sybase Technical Publications: pubs@sybase.com