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

Parser and Compilation Messages (3000 through
3999)
HP NonStop SQL/MX Messages Manual523730-004
5-41
SQL 3177
Where name is the name of the character set.
Cause. You specified a character set with an odd number of characters in the length
declaration of the data type.
Effect. The operation fails.
Recovery. Correct the syntax and resubmit.
SQL 3178
Cause. You specified an SQL/MX query or attempted to perform an operation with an
incorrect data type.
Effect. The operation fails.
Recovery. Correct the syntax and resubmit.
SQL 3179
Where name1 is the name of the collation.
Where name2 is the character set name.
Cause. You attempted to used a collation name that is not defined on the character
set. A valid collation name is required.
Effect. The operation fails.
Recovery. Correct the syntax and resubmit.
SQL 3180
Cause. You specified a compound statement that contains a STREAM statement,
which is not supported.
3177 Character set name requires an even number of characters
in the length declaration of the data type.
3178 One or more of the following external (host-language)
data types incorrectly appears within the SQL query or
operation: name.
3179 Collation name1 is not defined on the character set
name2.
3180 STREAM statements are not allowed in compound
statements.