AnyDAC
ContentsIndexHome
PreviousUpNext
TADFormatOptions.MaxBcdScale Property

Controls recognition of numeric values as FmtBCD ones, depending on scale.

Group
Links

Use the MaxBcdScale property together with the MaxBcdPrecision property to control, represent numeric column data type as dtFmtBCD or as dtBCD. The default value is 4. 

If numeric column scale is less than or equal to MaxBcdScale, then numeric column data type is defined as dtBCD, otherwise as dtFmtBCD.

property MaxBcdScale: Integer;
What do you think about this topic? Send feedback!