![HP Neoview Messages Скачать руководство пользователя страница 119](http://html.mh-extra.com/html/hp/neoview-messages/neoview-messages_manual_165138119.webp)
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.
SQL 3215
3215 Computed LONG VARCHAR length len1 is below minimum len2.
Cause
You attempted a CREATE TABLE table name (c1 longvarchar, c2 long varchar,...cn
long varchar) and the computed long varchar columns’ width is below the current
MIN_LONG_VARCHAR_DEFAULT_SIZE setting.
Effect
The operation fails.
Recovery
Decrease the number of long varchar columns in the CREATE TABLE statement
or increase the current MIN_LONG_VARCHAR_DEFAULT_SIZE setting and resubmit.
SQL 3216
3216 Computed LONG WVARCHAR length value1 is below minimum value2.
Cause
You attempted a CREATE TABLE table name (c1 longwvarchar, c2 longwvarchar,...cn
longwvarchar) and the computed width for each of the longwvarchar columns falls below the
current MIN_LONG_WVARCHAR_DEFAULT_SIZE setting.
Effect
The operation fails.
Recovery
Reduce the number of longwvarchar columns in the CREATE TABLE statement
or increase the current MIN_LONG_WVARCHAR_DEFAULT_SIZE setting and resubmit.
SQL 3217
3217 Character set name is not allowed in the function-name function.
Cause
You specified KANJI or KSC5601 character expressions to function LOWER, LCASE,
UPPER, UPSHIFT, or UCASE.
Effect
The operation fails.
119
Содержание Neoview Messages
Страница 12: ...12 ...
Страница 66: ...66 ...
Страница 129: ...Recovery Supply the input values for the IDENTITY column 129 ...
Страница 130: ...130 ...
Страница 172: ...172 ...
Страница 178: ...178 ...
Страница 184: ...184 ...
Страница 238: ...238 ...
Страница 266: ...266 ...
Страница 268: ...268 ...
Страница 350: ...350 ...
Страница 378: ...378 ...
Страница 384: ...384 ...
Страница 400: ......