SQL/MX 3.2 Messages Manual (H06.25+, J06.14+)

Rowsets Messages (30000 through 30999)
HP NonStop SQL/MX Release 3.2 Messages Manual691121-001
21-6
Cause. You attempted to use NOT ATOMIC inserts on a table that is the referencing
table of referential integrity constraints.
Effect. The operation fails.
Recovery. Contact your service provider.
SQL 30029
Cause. You attempted to use NOT ATOMIC inserts on a table that is subject table of
at least one enabled AFTER trigger.
Effect. The operation fails.
Recovery. Contact your service provider.
SQL 30035
Cause. All rows in the NOT ATOMIC inserts raised nonfatal errors.
Effect. No rows are inserted. This is a warning message only.
Recovery. Contact your service provider.
SQL 30037
Cause. The search-condition for a DELETE [FIRST N] statement contains a rowset.
Effect. The statement does not compile.
Recovery. Remove the rowset host variable or parameter from the search-condition.
30029 NOT ATOMIC INSERT is not supported on a table that is
the subject table of enabled AFTER triggers.
30035 All rows in the NOT ATOMIC INSERT raised an error. No
rows have been inserted.
30037 The search-condition for a DELETE [FIRST N] statement
contains a rowset.