SQL/MX 2.x Messages Manual (G06.24+, H06.03+)
Executor Messages (8000 through 8999)
HP NonStop SQL/MX Messages Manual—523730-004
10-4
SQL 8014
Cause. You specified a SELECT statement inside a compound statement that did not
return any rows.
Effect. None.
Recovery. This is an informational message only; no corrective action is needed.
SQL 8015
Cause. You performed an UPDATE, DELETE, or INSERT operation as part of a
compound statement before a SELECT statement. The SELECT statement did not
return any rows.
Effect. The transaction is aborted, and the update is rolled back.
Recovery. This is an informational message only; no corrective action is needed.
SQL 8016
Cause. You attempted to access a system version that is incompatible with the version
of the accessing software.
Effect. The operation fails.
Recovery. The system you are trying to access must be on a system version that is
compatible with your accessing software. Upgrade that system.
SQL 8017
Cause. The explain default has been turned off for this query.
Effect. SQL/MX is not able to display explain information.
Recovery. Turn the explain default on for this query.
8014 A SELECT statement within compound statement did not
return any row.
8015 Aborting transaction because a compound statement
performed an update operation followed by a SELECT statement
that did not return any row.
8016 An attempt was made to access name which has a system
version that is incompatible with the version of the
accessing software.
8017 Explain information is not available for this query.