Hello Maddn,
Thank you for the inquiry.
AnyDAC determines the field type depending on FormatOptions properties: MaxBcdPrecision and MaxBcdScale:
www.da-soft.com/anydac/docu/uADStanOptio...MaxBcdPrecision.html
www.da-soft.com/anydac/docu/uADStanOptio...ons_MaxBcdScale.html
The difference between these types (Bcd vs. FMTBcd) is in the way the field data is internally stored and converted. FMTBcd field data type is supposed to be used for numeric/decimal fields with the large precision and scale values.
Please let us know if you need more infromation on this matter.