SQL/MX 2.x Messages Manual (G06.24+, H06.03+)
Binder and Compilation Messages (4000 through
4999)
HP NonStop SQL/MX Messages Manual—523730-004
6-45
SQL 4209
Cause. You attempted to perform a rollback that included an update of a nullable
column.
Effect. SQL/MX is unable to compile the statement.
Recovery. Modify the statement and resubmit.
SQL 4210
Cause. You attempted to embed UPDATE/DELETE statements within an IF
statement.
Effect. SQL/MX is unable to compile the statement.
Recovery. Modify the statement and resubmit.
SQL 4212
Cause. You specified table name, a partitioned table, as the order requirement on a
stream.
Effect. SQL/MX is unable to compile the statement.
Recovery. Modify the statement and resubmit.
SQL 4213
Cause. You attempted to use a rowset as a predicate with an embedded update or
embedded delete.
Effect. SQL/MX is unable to compile the statement.
Recovery. Modify the statement and resubmit.
4209 Update of nullable column name is not permitted on
rollback.
4210 Embedded update/delete statements not supported within
an IF statement.
4212 table name cannot be used to satisfy order requirement
on the stream because it is partitioned.
4213 Use of rowsets in a predicate with embedded
update/delete is not supported.