Subject | Re: Firebird's Procedures in PHP |
---|---|
Author | Ruslan |
Post date | 2005-02-25T10:28:50Z |
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:
return enything. The returned parameters are null.
--- In firebird-php@yahoogroups.com, Dmitry Kalugin <dskalugin@r...>
wrote:
> Hello, Jaume!can I
> >> I want to execute a procedure from my firebird's database, how
> >> 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