| Subject | variable type does not match return | 
|---|---|
| Author | Filipe Belchior | 
| Post date | 2004-07-12T17:43:48Z | 
> 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!
>