Subject Re: Firebird's Procedures in PHP
Author Ruslan
When I execute a select statement like you said my procedure didn't
return enything. The returned parameters are null.



--- In firebird-php@yahoogroups.com, Dmitry Kalugin <dskalugin@r...>
wrote:
> Hello, Jaume!
> >> I want to execute a procedure from my firebird's database, how
can I
> >> do this in php ?
>
> JS> Executing a SELECT statement like:
>
> JS> SELECT RETURN_PARAM1, RETURN_PARAM2
> JS> FROM STORED_PROC_NAME (INPUT_PARAM1, INPUT_PARAM2);
>
> and for insert/update/delete SP
>
> execute procedure sp_name (INPUT_PARAM1, INPUT_PARAM2)
>
>
> --
> Best regards,
> Dmitry Kalugin
> Ukraine, Donetsk