SQL/MX 2.x Messages Manual (G06.24+, H06.03+)
Binder and Compilation Messages (4000 through
4999)
HP NonStop SQL/MX Messages Manual—523730-004
6-23
SQL 4093
Cause. SQL/MX requires that the number of output dynamic parameters, value1,
match the number of selected values, value2.
Effect. The operation fails.
Recovery. Correct the syntax and resubmit.
SQL 4094
Cause. SQL/MX requires that the number of output host variables, value1, match the
number of selected values, value2.
Effect. The operation fails.
Recovery. Correct the syntax and resubmit.
SQL 4095
Cause. You included a NULL operand in object name, which is not supported.
Effect. The operation fails.
Recovery. Correct the syntax and resubmit.
SQL 4096
Cause. You specified a DEFAULT value that was not contained in the VALUES list of
an INSERT.
Effect. The operation fails.
Recovery. Correct the syntax and resubmit.
4093 The number of output dynamic parameters (value1) must
equal the number of selected values (value2).
4094 The number of output host variables (value1) must equal
the number of selected values (value2).
4095 A DEFAULT whose value is NULL is not allowed in object
name.
4096 A DEFAULT specification is currently allowed only when
simply contained in the VALUES list of an INSERT.