Subject Re: [firebird-support] Results of Executable Stored Procedures Called From DSQL?
Author Milan Babuskov
Hello,

This is more of a question for IBPP mailing list. Care to join:

https://lists.sourceforge.net/mailman/listinfo/ibpp-discuss


inoffensive_2009 wrote:
> I don't understand what I do to get the result of an executable stored procedure. IBPP's
>
> st->Prepare(sql_string.c_str());
> st->Execute();
>
> statements are are quite happy to run
>
> EXECUTE PROCEDURE IS_PORK_SAFE('2009-01-01')
>
> but I don't know how to see the result.

int result;
st1->Get(1, result);


--
Milan Babuskov
http://www.flamerobin.org
http://www.guacosoft.com