Subject Re: [firebird-php] Re: Firebird's Procedures in PHP
Author Mauricio Junqueira
Verify if there is a SUSPEND; command just
before the procedure end.


On Fri, 2005-02-25 at 16:13 +0100, Jaume Sabater wrote:
> Ruslan wrote:
>
> > When I do in my SQL editor : execute procedure sp_name
> (input_param1,
> > 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
>
> 1. No sure about this, but use the return parameter names, not * in
> SELECT
> 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"
>
> Yahoo! Groups Sponsor
> ADVERTISEMENT
> click here
>
>
>
> ______________________________________________________________________
> Yahoo! Groups Links
> * To visit your group on the web, go to:
> http://groups.yahoo.com/group/firebird-php/
>
> * To unsubscribe from this group, send an email to:
> firebird-php-unsubscribe@yahoogroups.com
>
> * Your use of Yahoo! Groups is subject to the Yahoo! Terms of
> Service.
>