Subject | Re: [firebird-support] variable type does not match return |
---|---|
Author | Ivan Prenosil |
Post date | 2004-07-12T19:51:48Z |
* perhaps difference between Integer and Bigint (int64) ?
* parameter numbers start with zero ... (so "3" means fourth parameter)
Ivan
* parameter numbers start with zero ... (so "3" means fourth parameter)
Ivan
----- Original Message -----
From: "Filipe Belchior" <filipe.belchior@...>
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!