SQL/MX 2.x Messages Manual (G06.24+, H06.03+)

Binder and Compilation Messages (4000 through
4999)
HP NonStop SQL/MX Messages Manual523730-004
6-42
SQL 4183
Cause. You attempted to perform an embedded DELETE statement on a table with a
referential constraint.
Effect. The operation fails.
Recovery. Modify the statement and resubmit.
SQL 4184
Cause. You attempted to perform an embedded UPDATE statement on columns that
are part of a referential constraint.
Effect. The operation fails.
Recovery. Modify the statement and resubmit.
SQL 4200
Cause. You attempted to use a stream expression for a compound statement.
Effect. SQL/MX is unable to compile the statement.
Recovery. Modify the statement and resubmit.
SQL 4201
Cause. You attempted to use an embedded expression for a compound statement.
Effect. SQL/MX is unable to compile the statement.
Recovery. Modify the statement and resubmit.
4183 Embedded DELETE statements are not allowed on referenced
tables.
4184 Columns that are part of a referential constraint cannot
be updated using embedded UPDATE statements.
4200 Stream expressions are not supported for compound
statements.
4201 Embedded name expression is not supported for compound
statements.