Subject Re: [IB-Architect] Select procedures
Author Jim Starkey
At 06:13 PM 6/7/00 -0500, Jim Boyle wrote:
>> 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.
>
>

Both "execute" and "select" procedures can return arguments,
so SQLNumResultCols (meaning sqlda.sqld) method doesn't work.
Sigh.

Jim Starkey