ID: 12228
Updated by: kalowsky
Reported By: [EMAIL PROTECTED]
Old Status: Open
Status: Duplicate
Bug Type: ODBC related
Operating System: Windows 98
PHP Version: 4.0.4pl1
New Comment:

duplicate of 12423


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

[2001-07-18 07:16:16] [EMAIL PROTECTED]

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 this 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]

Reply via email to