RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomSQLDataSet.NumericMapping Property

Maps fldBCD to either ftFMTBCD or ftBCD field types.

Pascal
property NumericMapping: Boolean;
C++
__property Boolean NumericMapping;

Use NumericMapping to control how to map fldBCD (dbExpress Core logical type) to eitheir ftFMTBCD or ftBCD field types. The default is False. If True, all dbExpress fldBCD types will map to ftFMTBCD across all dbExpress drivers for field type compatibility. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!