Subject | Re: [IBO] Values change after commiting |
---|---|
Author | Artur Anjos |
Post date | 2001-12-05T09:44:56Z |
Jason will tell you something like "Welcome to Floating Point Problems".
There's lot of info about this everywhere, and it's not IBO-Related.
Changing your fields to DOUBLE PRECISION could help a lot, but you should
also consider NUMERIC.
Artur Anjos
There's lot of info about this everywhere, and it's not IBO-Related.
Changing your fields to DOUBLE PRECISION could help a lot, but you should
also consider NUMERIC.
Artur Anjos
----- Original Message -----
From: "KURSAT TASKIN" <kursatt@...>
> Hello,
> field1.value is 0.20, and field2.value 1000000000, after
> commiting the data field1.value becomes 0.020000022523525 like this, and
> field2.value 1000000253 someting like this,
> where is the problem, I do not know, I enter a value but it changes after
> committing.