Will the next version of DOA be able to threat NUMBER fields as TFMTBCDField (or at Last as TBCDField) instead of TFloatField? This way precision would be retained (up to 64 digit using TFMTBCDField and 20 using TBCDField, compared to 15 of TFloatField)
I know I can tell DOA to use TStringField instead, but I do not like it too much because it is for all fields within the dataset, and requires conversions to manipulate the fields.
------------------
LDS
I know I can tell DOA to use TStringField instead, but I do not like it too much because it is for all fields within the dataset, and requires conversions to manipulate the fields.
------------------
LDS