SQL/MX 3.2 Messages Manual (H06.25+, J06.14+)
Binder and Compilation Messages (4000 through
4999)
HP NonStop SQL/MX Release 3.2 Messages Manual—691121-001
6-48
SQL 4213
Cause. You attempted to use a rowset as a predicate with an embedded update or
embedded delete.
Effect. NonStop SQL/MX is unable to compile the statement.
Recovery. Modify the statement and resubmit.
SQL 4214
Cause. You attempted to use a SET ON ROLLBACK clause to update a column in a
nonaudited table.
Effect. The operation fails.
Recovery. Change the table’s AUDIT attribute and resubmit.
SQL 4215
Cause. You attempted to use stream access on a nonaudited table.
Effect. The operation fails.
Recovery. Change the table’s AUDIT attribute and resubmit.
SQL 4216
Cause. You attempted to use either a FIRST n or an ANY n clause in an embedded
UPDATE or DELETE statement.
Effect. The operation fails.
Recovery. Remove the FIRST n or ANY n clause and resubmit.
4213 Use of rowsets in a predicate with embedded
update/delete is not supported.
4214 The SET ON ROLLBACK clause is not allowed on a non-
audited table. Table: name.
4215 Stream access is not allowed on a non-audited table.
Table: name.
4216 The FIRST/ANY n syntax cannot be used with an embedded
update or embedded delete statement.










