Subject | Re: [firebird-support] Export from firebird |
---|---|
Author | Milan Babuskov |
Post date | 2006-02-08T15:59:46Z |
Paul Mercea wrote:
For example, FBExport uses IBPP library which doesn't support the idea of
fixed number of decimal places, and it uses double for everything. Double and
float are not precise, and thus the error.
--
Milan Babuskov
> I have this situation.It would be good if you could tell us which tools you use?
> Table A with field F numeric (15,4) with value 0.0300 .
> I do export into script or file and the value for this field is
> 0.029999999999999999 .
> Why?????
> This difference is from firebird or from utilities i use???
For example, FBExport uses IBPP library which doesn't support the idea of
fixed number of decimal places, and it uses double for everything. Double and
float are not precise, and thus the error.
--
Milan Babuskov