SQL/MX 2.x Messages Manual (H06.10+, J06.03+)
Binder and Compilation Messages (4000 through 4999)
HP NonStop SQL/MX Messages Manual—544518-011
6-10
SQL 4033
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
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
Cause. You attempted to cast type specification1 to another type
specification2 that is not valid.
Effect. The operation fails.
Recovery. Correct the syntax and resubmit.
SQL 4036
Cause. You specified a source field of the EXTRACT function that is not a DATETIME
or INTERVAL data type.
Effect. The operation fails.
Recovery. Correct the source field type and resubmit.
4033 Column name is a primary or clustering key column and
cannot be updated.
4034 The operation (data type operation data type) operation
is not allowed.
4035 Type specification1 cannot be cast to type
specification2.
4036 The source field of the EXTRACT function must be of
DateTime or Interval type.










