Subject RE: [firebird-support] Simple stored procedure won't work
Author Ann W. Harrison
At 03:03 PM 12/9/2004, Storage Box wrote:

>hmm...it works without it, myseriously:
>
>execute procedure sel_product_by_product_id(parm1, parm2.....

if you want to get results from a select statement, your
procedure must have a suspend. An execute procedure
statement doesn't require a suspend. Don't try to
understand - that's just the way the thing works.

Regards,


Ann