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-48
SQL 3210
Cause. You attempted a CREATE TABLE table name (columnname longwvarchar(N))
where N < current MIN_LONG_WVARCHAR_DEFAULT_SIZE setting.
Effect. The operation fails.
Recovery. Increase the CREATE TABLE statement’s longwvarchar column width N or
decrease the current MIN_LONG_WVARCHAR_DEFAULT_SIZE setting and resubmit.
SQL 3211
Cause. You attempted a CREATE TABLE table name (columnname long varbinary(N))
where N > current MAX_LONG_VARCHAR_DEFAULT_SIZE setting.
Effect. The operation fails.
Recovery. Decrease the CREATE TABLE statement’s long varbinary column width N
or increase the current MAX_LONG_VARCHAR_DEFAULT_SIZE setting and
resubmit.
SQL 3212
Cause. You attempted a CREATE TABLE table name (columnname long varbinary(N))
where N < current MIN_LONG_VARCHAR_DEFAULT_SIZE setting.
Effect. The operation fails.
Recovery. Increase the CREATE TABLE statement’s long varbinary column width N
or decrease the current MIN_LONG_VARCHAR_DEFAULT_SIZE setting and
resubmit.
SQL 3213
Cause. You attempted a CREATE TABLE table name (columnname long varchar(N))
where N > current MAX_LONG_VARCHAR_DEFAULT_SIZE setting.
Effect. The operation fails.
Recovery. Decrease the CREATE TABLE statement’s long varchar column width N or
increase the current MAX_LONG_VARCHAR_DEFAULT_SIZE setting and resubmit.
3210 Minimum length of LONGWVARCHAR is value.
3211 Maximum length of LONG VARBINARY is value.
3212 Minimum length of LONG VARBINARY is value.
3213 Maximum length of LONG VARCHAR is value.