SQL/MP Messages Manual

SQL Executor Messages (8000 to 8999)
HP NonStop SQL/MP Messages Manual427720-006
10-12
SQL 8113
Cause. The SQLDA for receiving the select items had more entries than the number
of select items to be returned by the statement.
Effect. Only the appropriate number of select items are returned.
Recovery. No recovery is necessary.
SQL 8114
Cause. The user program was corrupted.
Effect. The statement fails.
Recovery. None. Report the entire message to your service provider.
SQL 8115
Cause. The RETURNING clause to receive the SYSKEY value of an inserted row was
used inconsistently in corresponding INSERT and EXECUTE statements.
Effect. No SYSKEY value is returned. The inserts are successfully done.
Recovery. Check that the PREPARE and EXECUTE statements for the INSERT
statement use the RETURNING clause consistently.
8113 The SQLDA used in a DESCRIBE call has more entries than
necessary.
8114 Invalid pointer to OVARS, invalid OVARS, or OVARS
missing but required.
8115 Either an output host variable has been specified for an
INSERT statement that omits the RETURNING clause, or no
output variable has been specified for an INSERT statement
that includes the RETURNING clause.