Money Value gets truncated w/ADO
|
I have a column of type "money" in a SQL Server database table I need to use in a report. I can retrieve the value using ADO recordsets and insert it into the report (a word document) without any problems, but I have a problem with even values (such as exactly 10.00 etc.). Instead of of the recordset field returning 10.00, it returns the integer 10. Is there some SQL syntax I can add to my query to force it to display 2 decimals? Any help would be appreciated.
|
__________________
-Ben LaBore
|