Subject Re: [firebird-php] Re: Exexcutable Stored Procedures
Author Jochem Maas
Alan McDonald wrote:
>>>>Yes, but there seems to be no way of retrieving the 'RETURNING_VALUES'
>>

....

>
>
> and you are saying that you cannot use SELECT TXT FROM P_X_GETTEKST syntax
> in PHP?

I doubt it seeing as he should be calling it as

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
>
>
>
>
>
>