Subject | Re: [firebird-support] How do I execute a SP that returns a result with IBPP ? |
---|---|
Author | Milan Babuskov |
Post date | 2004-05-19T14:23:25Z |
Riste Pejov wrote:
And later:
st1->Fetch();
st1->Get(1, ...
You really should subscribe to ibpp-discuss mailing list at sourceforge
for further IBPP related questions.
--
Milan Babuskov
http://fbexport.sourceforge.net
> create procedure NEW_CONN (Use: SELECT conn_id FROM new_conn ...
> IP_ADDR varchar(15) character set ASCII)
> returns (
> CONN_ID numeric(18, 0))
>
> whitout a returning value i can execute it like this:
> st1->Prepare("EXECUTE PROCEDURE NEW_CONN '123.456.789.10'");
> st1->Execute();
>
> but I can't find a way to get the conn_id.
And later:
st1->Fetch();
st1->Get(1, ...
You really should subscribe to ibpp-discuss mailing list at sourceforge
for further IBPP related questions.
--
Milan Babuskov
http://fbexport.sourceforge.net