HP NonStop SQL/MX Messages Manual page 235

Table of Contents

Advertisement

Binder and Compilation Messages (4000 through
4999)
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 SQL/MX 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 SQL/MX statement is not compiled.
Recovery. Supply the correct parameter and type and retry the compilation.
SQL 4304
4304 Host variable or dynamic parameter parameter-name is
used in more than one OUT or INOUT parameter for routine
routine-name. Results may be unpredictable.
Cause. In the SQL/MX statement being compiled, you attempted to invoke a stored
procedure that contains the same host variable or dynamic parameter in more than
one OUT or INOUT parameter.
Effect. This is a warning message only. Results will be unpredictable. The host
variable could have any one of the actual OUT values.
Recovery. Use different host variables for each of the OUT or INOUT parameters.
SQL 4305
4305 Parameter value for user-defined routine routine-name is
an OUT or INOUT parameter and must be a host variable or a
dynamic parameter.
Cause. In the SQL/MX statement being compiled, you attempted to invoke a stored
procedure that has an OUT or INOUT parameter that is neither a host variable nor a
dynamic parameter.
Effect. The SQL/MX statement is not compiled.
Recovery. Correct the SQL/MX statement. Supply a host variable or a dynamic
parameter for OUT or INOUT parameters, and retry the compilation.
HP NonStop SQL/MX Messages Manual—640324-001
6- 49

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Nonstop sql/mx 3.0

Table of Contents