Subject Re: [IB-Architect] Select procedures
Author Jim Boyle
> The question is whether to translate "{ call foo }" into
> "execute procedure foo" or "select * from foo".

"execute procedure foo" for all procs, then use
SQLNumResultCols(...) to check for a result set.
Sybase SQLAnywhere uses this method.