From: [EMAIL PROTECTED] Operating system: Windows 98 PHP version: 4.0.4pl1 PHP Bug Type: *General Issues Bug description: type convretion problem Easy to describe: echo odbc_result($ref, "column"); $a = (double) odbc_result($ref, "column"); echo " / " . $a; output: 55.25 / 55 If I assign result from odbc_result to some variable, it's ALWAYS convertet to INTEGER. (I'm used MS Access 2000.) -- Edit bug report at: http://bugs.php.net/?id=12228&edit=1 -- PHP Development 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]