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

Parser and Compilation Messages (3000 through
3999)
HP NonStop SQL/MX Messages Manual523730-004
5-33
SQL 3140
Cause. You attempted to perform an INSERT, UPDATE, DELETE, or DDL statement
with a READ UNCOMMITTED isolation level, which is not supported.
Effect. The operation fails.
Recovery. Correct the syntax and resubmit.
SQL 3141
Cause. You attempted to perform an INSERT, UPDATE, DELETE, or DDL statement
with a transaction access mode of READ ONLY, which is not supported.
Effect. The operation fails.
Recovery. Correct the syntax and resubmit.
SQL 3142
Cause. You attempted to create a static cursor with INTO clause host variables, which
is not supported.
Effect. The operation fails.
Recovery. Correct the syntax and resubmit.
SQL 3143
Cause. You attempted to create a table value constructor with BROWSE or READ
UNCOMMITTED access, which is not supported.
Effect. The operation fails.
Recovery. Correct the syntax and resubmit.
3140 The isolation level cannot be READ UNCOMMITTED for an
INSERT, UPDATE, DELETE, or DDL statement.
3141 The transaction access mode cannot be READ ONLY for an
INSERT, UPDATE, DELETE, or DDL statement.
3142 INTO clause host variables not allowed in a static
cursor.
3143 BROWSE or READ UNCOMMITTED access is not allowed on a
table value constructor.