I tried to understand why it seems not to be possible to exactly set a precision for a float / double value.
However .NET allows me to use Math.Round on such values an the inspector Shows me exactly what I rounded and / or entered.
Whenever I try to save such a value back to a table I get a Statement containing 86,609001159668 instead of 86,609
There seems so be now way in which the entered value reaches the table correctly.
I could change anything in my code to achieve this Goal but not the columntype itself.
Any ideas?
Thanks,
Chris