SQL/MX 3.1 Messages Manual (H06.23+, J06.12+)
Binder and Compilation Messages (4000 through
4999)
HP NonStop SQL/MX Release 3.1 Messages Manual—663849-001
6-48
SQL 4215
Cause. You attempted to use stream access on a nonaudited table.
Effect. The operation fails.
Recovery. Change the table’s AUDIT attribute and resubmit.
SQL 4216
Cause. You attempted to use either a FIRST n or an ANY n clause in an embedded
UPDATE or DELETE statement.
Effect. The operation fails.
Recovery. Remove the FIRST n or ANY n clause and resubmit.
SQL 4231
Where func-name is the function name.
Cause. The first operand specified for function name was not numeric or datetime.
Effect. The operation fails.
Recovery. Specify either numeric or datetime first operand, and resubmit the
statement.
SQL 4232
Where format-val is the format value.
Cause. A wrong format value was specified in second parameter.
Effect. The operation fails.
Recovery. Specify the correct format value and resubmit the statement.
4215 Stream access is not allowed on a non-audited table.
Table: name.
4216 The FIRST/ANY n syntax cannot be used with an embedded
update or embedded delete statement.
4231 The first operand of function func-name must be either
numeric or datetime.
4232 The format value format-val is invalid.










