![HP Neoview Messages Скачать руководство пользователя страница 118](http://html.mh-extra.com/html/hp/neoview-messages/neoview-messages_manual_165138118.webp)
SQL 3206
3206 The name for an object of this type must be fully qualified, or
set NAMETYPE ANSI.
Cause
In the CREATE PROCEDURE statement, you specified a partially qualified name
when NAMETYPE was not set to ANSI.
Effect
The operation fails.
Recovery
Set NAMETYPE ANSI or fully qualify the name.
SQL 3207
3207 Value for DYNAMIC RESULT SETS must be zero.
Cause
In the CREATE PROCEDURE statement, you specified the optional DYNAMIC
RESULT SETS clause with nonzero value.
Effect
The operation fails.
Recovery
Remove the clause or use the value zero, and then resubmit.
SQL 3208
3208 UNSIGNED numeric is not allowed for routine parameter.
Cause
In the CREATE PROCEDURE statement, one of the parameters you specified is an
unsigned numeric.
Effect
The operation fails.
Recovery
Change the parameter specification to SIGNED.
SQL 3209
3209 Maximum length of LONGWVARCHAR is value.
Cause
You attempted a CREATE TABLE table name (columnname longwvarchar(N)) where
N > current MAX_LONG_WVARCHAR_DEFAULT_SIZE setting.
Effect
The operation fails.
Recovery
Decrease the CREATE TABLE statement’s longwvarchar column width N or
increase the current MAX_LONG_WVARCHAR_DEFAULT_SIZE setting and resubmit.
SQL 3210
3210 Minimum length of LONGWVARCHAR is value.
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
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.
118
Parser and Compilation Messages (3000 Through 3999)
Содержание 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: ......