Subject | Re: [ib-support] Stored Procedure with return value |
---|---|
Author | Nando Dessena |
Post date | 2002-02-18T14:00:03Z |
Helen,
parameters are returned anyway on exit?
Ciao
--
____
_/\/ando
> if (param1='GOOD' ) then <--- if you use char(8) test for 'GOOD ''GOOD' will do, strings are padded for comparison AFAIK.
> retparam = 100;doesn't he need a suspend statement or is it unnecessary because the
> else
> retparam = 0;
parameters are returned anyway on exit?
Ciao
--
____
_/\/ando