Subject | Re: [firebird-php] Re: Exexcutable Stored Procedures |
---|---|
Author | Jochem Maas |
Post date | 2005-08-06T02:18:03Z |
Alan McDonald wrote:
EXECUTE PROCEDURE P_X_GETTEKST
but what Ard said (at least thats what I understood) was to look for the
return value - TXT - like so:
$txt = ibase_query($link, "EXECUTE PROCEDURE P_X_GETTEKST");
I can't confirm it but if the SP returned something it should in turn
be passed back to you via the return val of ibase_query()
>>>>Yes, but there seems to be no way of retrieving the 'RETURNING_VALUES'....
>>
>I doubt it seeing as he should be calling it as
>
> and you are saying that you cannot use SELECT TXT FROM P_X_GETTEKST syntax
> in PHP?
EXECUTE PROCEDURE P_X_GETTEKST
but what Ard said (at least thats what I understood) was to look for the
return value - TXT - like so:
$txt = ibase_query($link, "EXECUTE PROCEDURE P_X_GETTEKST");
I can't confirm it but if the SP returned something it should in turn
be passed back to you via the return val of ibase_query()
> Alan
>
>
>
>
>
>
> Yahoo! Groups Links
>
>
>
>
>
>