Subject | Re[2]: [firebird-php] Firebird's Procedures in PHP |
---|---|
Author | Dmitry Kalugin |
Post date | 2005-02-23T13:42:35Z |
Hello, Jaume!
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
>> I want to execute a procedure from my firebird's database, how can IJS> Executing a SELECT statement like:
>> do this in php ?
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