Subject | Re: variable type does not match return |
---|---|
Author | Filipe Belchior |
Post date | 2004-07-13T22:24:27Z |
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:
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)
> * parameter numbers start with zero ... (so "3" means fourth
>integer,
> 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
> > > and the Stored Procedure outputparameter is integer too.
> > > So I donĀ“t understand!