SQL/MX 3.1 Messages Manual (H06.23+, J06.12+)

Parser and Compilation Messages (3000 through
3999)
HP NonStop SQL/MX Release 3.1 Messages Manual663849-001
5-55
SQL 3406
Cause. The DDL statement coded in unicode contains non-ISO88591 characters.
NonStop SQL/MX does not support arbitrary unicode characters.
Effect. The operation fails.
Recovery. Remove non-ISO88591 characters and resubmit.
SQL 3409
Cause. You attempted to declare a cursor on an embedded INSERT statement.
Effect. The operation fails.
Recovery. Modify the statement and resubmit.
SQL 3411
Cause. An expression was specified as an input for IDENTITY column value instead
of numeric value or DEFAULT.
Effect. The operation fails.
Recovery. Specify a valid numeric value or DEFAULT, and resubmit the statement.
SQL 3414
Where column-name is the IDENTITY column name.
Cause. Both user-specified and DEFAULT values were provided in a tuple list for the
IDENTITY column.
Effect. The operation fails.
Recovery. Specify values for all the tuples in the list or DEFAULT for all the tuples in
the list, and resubmit the statement.
3406 A DDL statement could not be translated into a statement
consisting of single-byte characters for processing.
3409 Declaring a cursor on an embedded INSERT statement is
not yet supported.
3411 Expressions are not allowed as IDENTITY column values.
Specify default or supply a numeric value.
3414 For an IDENTITY column column-name, the tuple list
cannot have mixed user specified and default values. Specify
values for all or specify DEFAULT for all.