Error 197

Message text

No current row of cursor

Item

Value

SQLCode

-197

Constant

SQLE_NO_CURRENT_ROW

SQLState

24503

ODBC State

24000

Probable cause

You have attempted to perform an operation on the current row of a cursor, but there is no current row. The cursor is before the first row of the cursor, after the last row or is on a row that has since been deleted.