HP NonStop SQL/MX Messages Manual page 179

Table of Contents

Advertisement

Parser and Compilation Messages (3000 through
3999)
SQL 3211
3211 Maximum length of LONG VARBINARY is value.
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
3212 Minimum length of LONG VARBINARY is value.
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
3213 Maximum length of LONG VARCHAR is value.
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.
SQL 3214
3214 Minimum length of LONG VARCHAR is value.
Cause. You attempted a CREATE TABLE table name (columnname long varchar(N)
where N current MIN_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 MIN_LONG_VARCHAR_DEFAULT_SIZE setting and resubmit.
HP NonStop SQL/MX Messages Manual—640324-001
5- 49

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Nonstop sql/mx 3.0

Table of Contents