SQL/MX 3.2 Messages Manual (H06.25+, J06.14+)
Binder and Compilation Messages (4000 through
4999)
HP NonStop SQL/MX Release 3.2 Messages Manual—691121-001
6-49
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.
SQL 4301
Where routine-name is the routine name.
Cause. You have used a routine that returns a result set in the trigger action.
Effect. The operation fails and the trigger is not created.
Recovery. Use the routines, which do not return result sets in the trigger action.
SQL 4302
Cause. In the SQL/MX statement being compiled, a stored procedure invocation
contains an incorrect number of parameters.
Effect. The SQL/MX statement is not compiled.
Recovery. Correct the SQL/MX statement and retry the compilation.
4231 The first operand of function func-name must be either
numeric or datetime.
4232 The format value format-val is invalid.
4301 Use of routine routine-name was not valid - return of
result sets is not allowed within a trigger
4302 Procedure procedure-name expects value1 parameters but
was called with value2 parameters.










