Subject | Re: [firebird-support] SP question BOMVIEW recursive SP call |
---|---|
Author | Valdir Stiebe Junior |
Post date | 2004-01-06T13:48:25Z |
> execute procedure PR_BOMVIEW(B.CHILD); /* THIS IS NOT WORKING */You should call a for select ... from PR_BOMVIEW here instead of execute
procedure.
Execute procedure should be called only for procedures that DO something and not
that GET something.
Valdir.