Neoview Messages Manual (R2.3)
SQL 4028
4028 Table or view name is not updatable.
Cause You attempted to update table name, which is not updatable.
Effect The operation fails.
Recovery None.
SQL 4030
4030 Column name has an invalid combination of datetime fields (internal
field number, internal field number, internal field number).
Cause You specified column name, which is an invalid combination of datetime fields.
Effect The operation fails.
Recovery Correct the syntax and resubmit.
SQL 4031
4031 Column name has an unknown data type, type.
Cause You specified column name with an unknown data type.
Effect The operation fails.
Recovery Correct the syntax and resubmit.
SQL 4032
4032 Column name has an unknown class, class. It is neither a system
column nor a user column.
Cause You specified column name with an unknown class.
Effect The operation fails.
Recovery Correct the syntax and resubmit.
SQL 4033
4033 Column name is a primary or clustering key column and cannot be
updated.
Cause You attempted to update column name, which is a primary or clustering key column
that cannot be updated.
Effect The operation fails.
Recovery Correct the syntax and resubmit.
SQL 4034
4034 The operation (data type operation data type) operation is not
allowed.
Cause You attempted to perform an arithmetic operation on a DATETIME field using other
DATETIME or INTERVAL expressions that do not have identical start and end fields.
Effect The operation fails.
Recovery Correct the syntax and resubmit.
SQL 4035
4035 Type specification1 cannot be cast to type specification2.
Cause You attempted to cast type specification1 to another type specification2
that is not valid.
128 Binder and Compilation Messages (4000 Through 4999)