Neoview Messages Manual (Volume 2) (R2.5)
Table 3-7 SQLSTATE Values Beginning 42000 (continued)
Error TextSQLCODESQLSTATE
Static cursor name has already been defined in this module. The previous definition,
as a dynamic cursor, is being retained and this latest one ignored.
-206242000
Dynamic cursor name has already been defined in this module. The previous definition,
as a static cursor, is being retained and this latest one ignored.
-206342000
Dynamic cursor name has already been defined in this module. The previous definition,
as a dynamic cursor, is being retained and this latest one ignored.
-206442000
Descriptor name has already been defined in this module. The previous definition is
being retained and this latest one ignored.
-206742000
A procedure body must be a SELECT, INSERT, UPDATE, DELETE, DECLARE
CATALOG, DECLARE SCHEMA, or a static DECLARE CURSOR.
-206842000
A static cursor declaration might appear only in the body of a procedure.-206942000
Invalid statement type in this context.-207042000
The name name has already been declared or defined in this module. The previous
definition, as a type, is being retained and this latest one ignored.
-207142000
The required module statement was not found in file name.
-209142000
A module statement has already appeared in this file. The previous definition, name,
is being retained and this latest one ignored.
-209242000
A module timestamp statement was not found in file name.
-209342000
A module timestamp statement has already appeared in this module. The previous
timestamp is being retained and this latest one ignored.
-209442000
A module timestamp statement was not found in file name.
-209342000
A module timestamp statement has already appeared in this module. The previous
timestamp is being retained and this latest one ignored.
-209442000
DEFAULTS attribute name is read-only.
-220042000
A rowset must be composed of host variable arrays.-3000142000
The given rowset size (num) must be smaller or equal to the smallest dimension (num)
of the arrays composing the rowset.
-3000242000
Rowset size must be an integer host variable or constant.-3000342000
The dimension of the arrays composing the rowset must be greater than zero. A value
of num was given.
-3000442000
The dimensions of the arrays composing the rowset are different. The smallest
dimension is assumed.
-3000542000
Rowset and one-dimensional variable are in output list.-3000642000
Incompatible assignment from type type to type type
-3000742000
Syntax error at or before SQL text.
-300142000
name is not a valid column reference; it has more than 4 name parts.
-300242000
Length or precision must be greater than zero.-300342000
A delimited identifier must contain at least one non-blank character.-300442000
A DECLARE CURSOR statement cannot dynamically get its cursor name from a host
variable while also statically declaring a cursor specification. A dynamic cursor requires
the name of a previously prepared statement, or a host variable containing such a
name; a static cursor requires a fixed, static name.
-300542000
SQLSTATE Values 137