Subject floating point values truncated
Author casibart
Hi,

I have a grid connected to a IBOQuery component and when I update a
value like 10.25 , it becomes 1025 when I post it.

I have searched the group and found out that I shoud use NUMERIC(9,2)
or something with a scale. In my table definition the colums are
defined as NUMERIC(8,2).

What can I do?

Thanks