I had an interesting experience that I thought I would share.

In MSSQL 2000 I have a table with a column that is a "smallmoney" type with
a precision of 4.

In that column, one of the values that I have is ".3056".  When I query that
value through PHP and the MSSQL commands, the value returned is ".31".

It would be nice to somehow query ".3056".

Not surprising, just thought I would add to the Vertical file.

Craig Cook



-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to