Subject Re: [IB-Architect] Select procedures
Author Jim Boyle
JimS:
> Both "execute" and "select" procedures can return arguments,
> so SQLNumResultCols (meaning sqlda.sqld) method doesn't work.

For ODBC, SQLSetParam should be the way to handle
returned arguments (out/inout) and SQLNumResultCols
should be zero without a result set regardless of arguments.

Jim