ID:               15342
 Updated by:       [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
 Status:           Open
-Bug Type:         *Database Functions
+Bug Type:         Informix related
 Operating System: linux Mandrake 8.1
 PHP Version:      4.0.6


Previous Comments:
------------------------------------------------------------------------

[2002-02-02 06:44:15] [EMAIL PROTECTED]

<? 
$connid=ifx_connect("dbnamw@ol_frzz", "informix", 
"zzzzz") or die("Error"); 

$result = ifx_query("SELECT * FROM tabel", $connid) or 
die("Error"); 

$rc = ifx_num_rows($result); 
echo $rc; // <--- $a is always 0 


ifx_free_result($result); 


?> 




The result of ifx_num_rows($result) is always 0! 

------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=15342&edit=1

Reply via email to