SQL/MX 2.x Messages Manual (H06.10+, J06.03+)

Executor Messages (8000 through 8999)
HP NonStop SQL/MX Messages Manual544518-011
10-7
SQL 8105
Where name is the name of the view.
Cause. You attempted to perform an operation on table name that is prevented by the
check option on view name.
Effect. The operation fails.
Recovery. Insert into the base table rather than this view.
SQL 8106
Cause. The last row fetched by the cursor was updated or deleted between the
FETCH and UPDATE/DELETE...WHERE CURRENT statements and is no longer
available.
Effect. The UPDATE/DELETE WHERE CURRENT statement is invalid.
Recovery. Perform another FETCH then an UPDATE/DELETE.
SQL 8140
Where name is the name of the file.
Where number is the line number.
Cause. You set an environmental variable to test cancel processing.
Effect. The statement was canceled.
Recovery. Execute the statement again after first resetting the environmental variable.
SQL 8141
Cause. You set an environmental variable to test error handling.
Effect. The operation fails.
8105 The operation is prevented by the check option on view
name.
8106 The last row fetched by this cursor was updated or
deleted between the FETCH and UPDATE/DELETE...WHERE
CURRENT... of statements.
8140 The statement was canceled, to test cancel processing.
File name at line number.
8141 An error was artificially injected, to test error
handling. File name at line number.