Subject Re: variable type does not match return
Author Filipe Belchior
Hi ivan,

First, No! The two values are INTEGER.

and parameter numbers start with ONE. I tested it too.

but, thanks...

Belchior, Filipe.


--- In firebird-support@yahoogroups.com, "Ivan Prenosil"
<Ivan.Prenosil@s...> wrote:
> * perhaps difference between Integer and Bigint (int64) ?
> * parameter numbers start with zero ... (so "3" means fourth
parameter)
>
> Ivan
>
>
> ----- Original Message -----
> From: "Filipe Belchior" <filipe.belchior@m...>
> To: <firebird-support@yahoogroups.com>
> Sent: Monday, July 12, 2004 7:43 PM
> Subject: [firebird-support] variable type does not match return
>
>
> > > 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!