SQL/MP Messages Manual

SQL Compiler Parser Messages (3000 to 3999)
HP NonStop SQL/MP Messages Manual427720-006
5-27
SQL 3108
Cause. You specified a help text string that had more than 132 bytes.
Effect. The statement fails.
Recovery. Specify a string with 132 or fewer bytes.
SQL 3109
Cause. You specified a help text string that had more than 77 bytes.
Effect. The SQL compilation continues.
Recovery. Informational message only; no corrective action is needed.
SQL 3110
Cause. You specified a fraction precision for the DATETIME data type that was out of
range. The value must be between 1 and 6.
Effect. The statement fails.
Recovery. Specify a valid value for the fraction precision, and reissue the statement.
SQL 3111
Cause. You specified a default value that does not have the same type as the column.
Effect. The statement does not compile.
Recovery. Specify a correct default value for the column, and reissue the statement.
3108 Help text cannot exceed 132 characters.
3109 Help text is more than 77 characters.
3110 Fraction precision must be a value between 1 and 6.
3111 The default value specified for a column must have the
same type as the column.