Neoview Messages Manual (R2.2)
Table 22-6 SQLSTATE Values Beginning 07001 (continued)
Error TextSQLCODESQLSTATE
The length argument of function SUBSTRING cannot be less than zero or greater than
source string length.
-840322011
Division by zero in constant expression name.
-407522012
An arithmetic expression attempted a division by zero.-841922012
Invalid interval num.
-304422015
The escape character argument of a LIKE predicate must be one character in length.-840922019
An input character host variable is missing its null terminator.-841222024
An escape character in a LIKE pattern must be followed by another escape character,
an underscore, or a percent character.
-841022025
The trim character argument of function TRIM must be one character in length.-840422027
The operation is prevented by check constraint name on table name.
-810123000
The operation is prevented by a unique constraint.-810223000
The operation is prevented by referential integrity constraint name on table name.
-810323000
NULL cannot be assigned to a NOT NULL column.-842123000
Trying to open a statement or cursor that is not in the closed state.-800424000
Trying to fetch from a cursor that is not in the open state.-800524000
Trying to update or delete from a cursor that is not in the fetched state.-801324000
Trying to close a statement that is either not in the open state or has not reached EOF.-881124000
Trying to execute a statement that is not in the closed state.-881224000
Trying to fetch from a statement that is in the closed state.-881324000
The table specified in this cursor update or DELETE statement is different than the
table specified in the declare cursor statement.
-885024000
Error starting transaction.table name.schema.name
-111125000
Error committing transaction.table name.schema.name
-111225000
Transaction access mode READ WRITE is incompatible with isolation level READ
UNCOMMITTED.
-311425000
The isolation level cannot be READ UNCOMMITTED for an INSERT, UPDATE,
DELETE, or DDL statement.
-314025000
The transaction access mode cannot be READ ONLY for an INSERT, UPDATE,
DELETE, or DDL statement.
-314125000
Trying to begin a transaction that has already been started.-860325000
Transaction subsystem name returned error num while starting a transaction.
-860425000
Committing a transaction which has not started.-860525000
Transaction subsystem name returned error num on a commit transaction.
-860625000
Transaction mode cannot be set if the transaction is already running.-861225000
SQL cannot commit or rollback a transaction that was started by application.-861325000
SQL cannot be begin a transaction when multiple contexts exist.-861425000
The transaction mode at run time (num) differs from that specified at compile time
(num).
-881425000
432 SQLSTATE Values Returned by the Neoview Database