SQL/MX 3.x Messages Manual (H06.22+, J06.11+)

Binder and Compilation Messages (4000 through
4999)
HP NonStop SQL/MX Messages Manual—640324-001
6-40
SQL 4169
Cause. You attempted to perform a DECLARE... FOR UPDATE clause that included
an embedded DELETE statement.
Effect. NonStop SQL/MX is unable to compile the statement.
Recovery. Modify the statement and resubmit.
SQL 4170
Cause. You attempted to perform an insert statement that includes a stream
expression.
Effect. NonStop SQL/MX is unable to compile the statement.
Recovery. Modify the statement and resubmit.
SQL 4171
Cause. You attempted to perform an INSERT that included an embedded statement.
Effect. NonStop SQL/MX is unable to compile the statement.
Recovery. Modify the statement and resubmit.
SQL 4173
Cause. You attempted to perform a top-level UPDATE statement that included a
stream expression.
Effect. NonStop SQL/MX is unable to compile the statement.
Recovery. Modify the statement and resubmit.
4169 Embedded delete statements are not allowed when using
DECLARE ... FOR UPDATE clause.
4170 Stream expressions are not supported for insert
statements.
4171 Embedded name statements are not supported in INSERT
statements.
4173 Stream expression is not supported for top level UPDATE
statements.