Subject | Re: [firebird-php] Re: Firebird's Procedures in PHP |
---|---|
Author | Jaume Sabater |
Post date | 2005-02-25T15:13:06Z |
Ruslan wrote:
2. I understand that you are providing the input parameters with the
right values. And that you are sure about that.
3. Check the way you retrieve the values in PHP. ibase_ functions do
behave slightly different from some others, like MySQL.
--
Jaume Sabater
http://linuxsilo.net/
"Ubi sapientas ibi libertas"
> When I do in my SQL editor : execute procedure sp_name (input_param1,1. No sure about this, but use the return parameter names, not * in SELECT
> input_param2) then the result is ok, but if I try to do:
> select * from sp_name (input_param1, input_param2) then de result of
> output variables is NULL
2. I understand that you are providing the input parameters with the
right values. And that you are sure about that.
3. Check the way you retrieve the values in PHP. ibase_ functions do
behave slightly different from some others, like MySQL.
--
Jaume Sabater
http://linuxsilo.net/
"Ubi sapientas ibi libertas"