Subject | Re: [firebird-php] Firebird's Procedures in PHP |
---|---|
Author | Jaume Sabater |
Post date | 2005-02-23T14:24:24Z |
Ruslan wrote:
SELECT RETURN_PARAM1, RETURN_PARAM2
FROM STORED_PROC_NAME (INPUT_PARAM1, INPUT_PARAM2);
I recommend using ? for input params and then passing the values through
the PHP function ibase_query ();
More info at http://www.php.net/manual/en/function.ibase-query.php
--
Jaume Sabater
http://linuxsilo.net/
"Ubi sapientas ibi libertas"
> I want to execute a procedure from my firebird's database, how can IExecuting a SELECT statement like:
> do this in php ?
SELECT RETURN_PARAM1, RETURN_PARAM2
FROM STORED_PROC_NAME (INPUT_PARAM1, INPUT_PARAM2);
I recommend using ? for input params and then passing the values through
the PHP function ibase_query ();
More info at http://www.php.net/manual/en/function.ibase-query.php
--
Jaume Sabater
http://linuxsilo.net/
"Ubi sapientas ibi libertas"