ID:               22352
 Updated by:       [EMAIL PROTECTED]
 Reported By:      c dot villemagne at circo dot fr
-Status:           Open
+Status:           Feedback
 Bug Type:         Sybase (dblib) related
 Operating System: Linux Mandrake 9.0
 PHP Version:      4.3.0
 New Comment:

Please try using this CVS snapshot:

  http://snaps.php.net/php4-STABLE-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php4-win32-STABLE-latest.zip




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

[2003-02-21 06:29:33] c dot villemagne at circo dot fr

$id=sybase_query ( "select * from test_numeric", $sybcon);
while ( $row = sybase_fetch_row($id) )
{
echo "<tr><td>$row[0]</td></tr>\n";
}

$row[0] receive value 100.0,200.0 or not 100,200.
Why ?



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


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

Reply via email to