ALLBASE/SQL Message Manual (36216-90213)

208 Chapter7
ALLBASE/SQL Error Messages: 2800-8220
ACTION Modify either your EXECUTE or CLOSE statement or the
related PREPARE statement so that there is a one to one
mapping of output dynamic parameters.
2910 MESSAGE Number of input values does not match the
number of dynamic parameters in the
referenced section. (DBERR 2910)
CAUSE The number of input values in the USING clause of an
OPEN or EXECUTE statement is not equal to the number
of dynamic parameters in the prepared statement.
ACTION Modify either your OPEN or EXECUTE statement or the
related PREPARE statement so that there is a one to one
mapping of dynamic parameters.
2912 MESSAGE Incompatible conversion from ! to ! for the
dynamic
parameter (!). (DBERR 2912)
CAUSE The data type of the input value in the USING clause of an
OPEN or EXECUTE statement is not compatible with the
default data type of the dynamic parameter in the
prepared statement.
ACTION Modify the data type of the referenced input value to be
compatible with the default data type of the corresponding
dynamic parameter.
2913 MESSAGE Invalid conversion from ! to ! for the
dynamic parameter (!). (DBERR 2913)
CAUSE You attempted an invalid conversion from one specified
type to another.
ACTION Refer to the "CAST Function" in the "Expressions" chapter
of the ALLBASE/SQL Reference Manual for the correct
conversion types.
2914 MESSAGE Invalid conversion from DECIMAL (!,!) to
DECIMAL (!,!) for the dynamic parameter (!).
(DBERR 2914)
CAUSE The value length, precision, or scale of the decimal value
you specified in the USING clause of an OPEN or
EXECUTE statement is greater than that of the data type
of the corresponding dynamic parameter in the prepared
statement.
ACTION Modify the referenced decimal input value to be
compatible with the corresponding dynamic parameter.
2915 MESSAGE Invalid conversion from !(!) to !(!) for the
dynamic parameter (!). (DBERR 2915)
CAUSE The length of the input value you referenced in the USING