On Jue 23 Ago 2001 16:50, you wrote:
> Hi all,
>
> I have Php 4.0.6 on Linux with Informix Dynamic Server 7.31.UD1.
> I try to use the function ifx_num_rows after afx_query and the value
> returned is always "0",  but i can see
> the result with ifx_fetch_row.
> Does Anyone know if there is a bug with this function "ifx_num_rows" ?

>From the php informix manual:

int ifx_num_rows (int result_id)
 Gives the number of rows fetched so far for a query with result_id after a 
ifx_query() or ifx_do() query. 

Saludos... :-)

-- 
Porqué usar una base de datos relacional cualquiera,
si podés usar PostgreSQL?
-----------------------------------------------------------------
Martín Marqués                  |        [EMAIL PROTECTED]
Programador, Administrador, DBA |       Centro de Telematica
                       Universidad Nacional
                            del Litoral
-----------------------------------------------------------------

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to