Subject | Re: [firebird-support] Results of Executable Stored Procedures Called From DSQL? |
---|---|
Author | Milan Babuskov |
Post date | 2009-03-04T09:31:18Z |
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:
st1->Get(1, result);
--
Milan Babuskov
http://www.flamerobin.org
http://www.guacosoft.com
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'sint result;
>
> 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.
st1->Get(1, result);
--
Milan Babuskov
http://www.flamerobin.org
http://www.guacosoft.com