FmtBCD Decimal digits
Posted: Wed 14 Sep 2011 14:54
Hi guys,
I have a Oracle field (Data type: NUMBER(16,10)) and on my TField, the Datatype TFmtBCD.
When i do anything DML command on the database (insert, update, delete, select) i cannot store more that 4 digits in decimal place, ex:
My data: 1234,5678910
Data stored: 1234,5678 (fault 3 digits)
How i can fix it?
Tks!
I have a Oracle field (Data type: NUMBER(16,10)) and on my TField, the Datatype TFmtBCD.
When i do anything DML command on the database (insert, update, delete, select) i cannot store more that 4 digits in decimal place, ex:
My data: 1234,5678910
Data stored: 1234,5678 (fault 3 digits)
How i can fix it?
Tks!