MyDAC

TCustomMyConnectionOptions.OptimizedBigInt Property

Used to convert all fields with field length less than 11 of TLargeIntField type into TIntegerField.

Class

TCustomMyConnectionOptions

Syntax

property OptimizedBigInt: boolean default False;

Remarks

Setting this option converts all fields with field length less than 11 of TLargeIntField type into TIntegerField. This allows to process fields that are results of numeric function or cast values as usual Integer fields. The default value is False.

© 1997-2024 Devart. All Rights Reserved. Request Support DAC Forum Provide Feedback