Subject Re: [firebird-support] SP question BOMVIEW recursive SP call
Author Valdir Stiebe Junior
> 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.