Neoview Messages Manual (R2.3)

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.
112 Parser and Compilation Messages (3000 Through 3999)