HP NonStop SQL/MX Messages Manual page 178

Table of Contents

Advertisement

Parser and Compilation Messages (3000 through
3999)
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.
HP NonStop SQL/MX Messages Manual—640324-001
5- 48

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Nonstop sql/mx 3.0

Table of Contents