Data.SqlExpr.TCustomSQLDataSet.NumericMapping

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: published
Source:
Data.SqlExpr.pas
Data.SqlExpr.hpp
Unit: Data.SqlExpr
Parent: TCustomSQLDataSet

Delphi

property NumericMapping: Boolean read FNumericMapping write FNumericMapping default False;

C++

__property bool NumericMapping = {read=FNumericMapping, write=FNumericMapping, default=0};

Description

Maps fldBCD to either ftFMTBCD or ftBCD field types.

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.

See Also