Table 13. Class Code 24: Invalid Cursor State
SQLSTATE Value |
Meaning |
---|---|
24501 | The identified cursor is not open. |
24502 | The cursor identified in an OPEN statement is already open. |
24504 | The cursor identified in the UPDATE, DELETE, SET, or GET statement is not positioned on a row. |
24506 | The statement identified in the PREPARE is the statement of an open cursor. |
24514 | A previous error has disabled this cursor. |
24516 | A cursor has already been assigned to a result set. |