Hi all;
I have a table in MS Access and it has a float field in it. I retrieve the records of this table by using a TADODataSet.
But a float number that resides in the physical table as 4,3 is displayed as 4,30000019073486.
I changed the precision of TFloatField and also in MS Access table, but this does not work. What should I do?
Thanx,
_yilmaz