Subject variable type does not match return
Author Filipe Belchior
> Hi,
>
> Exception in a Stored Procedure:
>
> variable type (position 3) in
> EXECUTE STATEMENT '... ...' INTO does not match return.
>
> But, in the FOR EXECUTE STATEMENT, the field in position 3 is integer,
> and the Stored Procedure outputparameter is integer too.
> So I donĀ“t understand!
>