Subject Re: [firebird-support] Re: Using the API to execute a stored proceedure with out params
Author Dmitry Sibiryakov
On 6 Jul 2005 at 16:34, edcurren wrote:

> Thanks for your reply. So even though I'm not passing the input
>parameters via an XSQLDA parameter set, I still need to use execute2
>()?

As far as I can judge from the error message, your procedure
returns something. In this case - yes, you must use execute2.
For calling procedures who does not return values, you (AFAIR) can
use execute().
--
SY, Dimitry Sibiryakov.