Neoview Messages Manual (R2.2)
SQL 4213
4213 Use of rowsets in a predicate with embedded update/delete is not
supported.
Cause You attempted to use a rowset as a predicate with an embedded update or embedded
delete.
Effect The HP Neoview database software is unable to compile the statement.
Recovery Modify the statement and resubmit.
SQL 4214
4214 The SET ON ROLLBACK clause is not allowed on a non-audited table.
Table: name.
Cause You attempted to use a SET ON ROLLBACK clause to update a column in a
nonaudited table.
Effect The operation fails.
Recovery Change the table’s AUDIT attribute and resubmit.
SQL 4215
4215 Stream access is not allowed on a non-audited table. Table: name.
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
4216 The FIRST/ANY n syntax cannot be used with an embedded update or
embedded delete statement.
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 4302
4302 Procedure procedure-name expects value1 parameters but was called
with value2 parameters.
Cause In the HP Neoview database software statement being compiled, a stored procedure
invocation contains an incorrect number of parameters.
Effect The Neoview database software statement is not compiled.
Recovery Correct the Neoview database software statement and retry the compilation.
SQL 4303
4303 The supplied type for parameter value of routine routine-name was
type-name1 which is not compatible with the expected type type-name2.
Cause In the HP Neoview database software statement being compiled, you attempted to
invoke a stored procedure with a type of parameter that is incompatible with the formal type
of the parameter.
Effect The Neoview database software statement is not compiled.
Recovery Supply the correct parameter and type and retry the compilation.
155