We want to map any decimal field in mssql to TFMTBCDField, regardless of number of significant digits. Is there such option in the dbx driver for mssql?
Do you use very old driver version (earlier when 1.80)?
By default, all decimal (numeric) fields map to TFMTBCDField. You can disable this behavior by setting EnableBCD to False.