SQL/MX 3.2 Messages Manual (H06.25+, J06.14+)
Parser and Compilation Messages (3000 through
3999)
HP NonStop SQL/MX Release 3.2 Messages Manual—691121-001
5-34
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.
SQL 3145
Cause. You attempted to perform a positioned UPDATE or DELETE, which is
supported only in embedded NonStop SQL/MX.
Effect. The operation fails.
Recovery. Correct the syntax and resubmit.
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.
3145 Positioned UPDATE or DELETE is allowed only in embedded
SQL.










