Subject Re[2]: [firebird-php] Firebird's Procedures in PHP
Author Dmitry Kalugin
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