I try to use TOracleDataset entering
float value 1,23456 into field defined as number(20,4).
I see '1,23456' even after TOracleDataset.Post
and only after Refresh I see rounded value '1,2346'.
At the same time the behavior of the TTable is more expected:
it shows rounded value just after value...