SQL/MP Messages Manual

SQL Executor Messages (8000 to 8999)
HP NonStop SQL/MP Messages Manual427720-006
10-20
SQL 8224
Cause. The program has overwritten the SQLCA with blanks (a blank-filled INT buffer
is equivalent to 8224).
Effect. The SQLCA is corrupted.
Recovery. Resolve this error and rerun the program.
SQL 8225
Cause. Stated in the error message.
Effect. The statement fails.
Recovery. Modify the program to eliminate this error, and rerun the program.
SQL 8226
Cause. There was no preceding FETCH statement to position the cursor for this
UPDATE or DELETE request.
Effect. The UPDATE or DELETE operation fails.
Recovery. Check your program to verify that a FETCH request precedes an UPDATE
or DELETE at a cursor position.
8224 SQL does not generate this error. Your program has
overwritten the error field with two blanks.
8225 Cursor specified in an UPDATE or a DELETE WHERE CURRENT
OF request must not use aggregate functions, GROUP BY clause,
joins, or a parallel plan.
8226 FETCH was not issued on the cursor specified in an
UPDATE or a DELETE WHERE CURRENT OF request, or the cursor
was at end of table.