SQL/MX 2.x Messages Manual (G06.24+, H06.03+)

Binder and Compilation Messages (4000 through
4999)
HP NonStop SQL/MX Messages Manual523730-004
6-26
Effect. Nothing is selected.
Recovery. Replace the double quotes with single quotes.
SQL 4105
Cause. SQL/MX does not recognize the translation name.
Effect. SQL/MX is unable to compile the statement.
Recovery. Use one of the supported translation names.
SQL 4106
Cause. You specified an operand for function name1 with the wrong character set
name2.
Effect. The operation fails.
Recovery. Correct the character set of the operand and resubmit.
SQL 4107
Cause. In the source value list of INSERT, you specified DEFAULT for column name,
but there is no default value for that column.
Effect. The operation fails.
Recovery. Correct the syntax and resubmit.
SQL 4108
Cause. A ROWS SINCE function in your statement contained another sequence
function that, in turn, contained an invalid reference to the THIS function. Inside ROWS
SINCE, the THIS function must not appear inside any other sequence function.
Effect. The operation fails.
4105 Translation name is not recognized.
4106 The character set for the operand of function name1 must
be name2.
4107 Column name has no default value, so DEFAULT cannot be
specified.
4108 Inside a ROWS SINCE, another sequence function contained
an invalid reference to the THIS function.