Row has been updated since last time read
Item |
Value |
---|---|
SQLCode |
104 |
Constant |
SQLE_ROW_UPDATED_WARNING |
SQLState |
01W04 |
ODBC State |
(handled by ODBC driver) |
A FETCH has retrieved a row from a cursor declared as a SCROLL cursor, and the row was previously fetched from the same cursor, and one or more columns in the row has been updated since the previous fetch. Note that 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.