I am using the latest version of FreeTDS with unixODBC and PHP 5.1.4. For some reason, columns of type MONEY from my MS SQL Server 2005 are being rounded. For example, the value 0.195 is being rounded to 0.20. But DECIMAL types are ok. Anyone have a quick/permanent solution besides casting the value at the query level?