Neoview Messages Manual (Volume 1) (R2.4)

Recovery Do not use KANJI or KSC5601 character expressions in these functions.
SQL 3218
3218 A table reference cannot contain DELETE or UPDATE in a CREATE VIEW
statement.
Cause A CREATE VIEW statement was issued with a DELETE or UPDATE operation as a
table reference.
Effect The statement does not compile.
Recovery Do not use DELETE or UPDATE in a CREATE VIEW statement.
SQL 3219
3219 The value for DYNAMIC RESULT SETS must be between 0 and 255.
Cause In a CREATE PROCEDURE statement, you specified the optional DYNAMIC RESULT
SETS clause with an invalid value.
Effect The operation fails.
Recovery Either remove the clause or use a value between 0 (zero) and 255, and then resubmit
the statement.
SQL 3220
3220 SHOWDDL failed for object object-name because an SQL/MP display
option was used on a SQL/MX object.
object-name
specifies the ANSI name of a table, view, or ALIAS.
Cause SHOWDDL was given the display option with an HP Neoview database software
table given as an argument.
Effect SHOWDDL does not display output.
Recovery Reissue the command without the display option or specify an object.
SQL 3225
3225 SHOWLABEL failed for object object-name. The object does not exist
in the given namespace namespace, the object is not accessible, or the
object type is not supported. SHOWLABEL supports only SQL/MX tables,
views and indexes.
object-name
is the specified name of an object.
namespace
is either the TABLE or INDEX namespace. The default namespace for
SHOWLABEL is TABLE.
Cause SHOWLABEL was unable to find the object in the namespace namespace, the object
is not accessible, or the object is unsupported. The table namespace is used as the default.
Effect SHOWLABEL does not display output.
Recovery Reissue the command with an object name and corresponding namespace of a
valid, supported, and accessible object.
SQL 3226
3226 SHOWLABEL failed for physical location name location-name. Object
does not exist or object type is not supported. SHOWLABEL supports only
SQL/MX tables, views, and indexes.
location-name
specifies the physical location name of an HP Neoview database software
object.
Cause SHOWLABEL was given an invalid physical location as an argument.
116 Parser and Compilation Messages (3000 Through 3999)