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:
What are the fields in the test_numeric table defined as? Previous Comments: ------------------------------------------------------------------------ [2003-02-24 02:49:16] c dot villemagne at circo dot fr I used the cvs snapshot http://snaps.php.net/php4-STABLE-latest.tar.gz but the problem is the same. I have always 100.0, 200.0 or not 100,200 Are you a other solution ? ------------------------------------------------------------------------ [2003-02-22 11:52:19] [EMAIL PROTECTED] 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 ------------------------------------------------------------------------ [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