FireDAC.Stan.Option.TFDFormatOptions.StrsDivLen2

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property StrsDivLen2: Boolean read GetStrsDivLen2 write SetStrsDivLen2

C++

__property bool StrsDivLen2 = {read=GetStrsDivLen2, write=SetStrsDivLen2, stored=IsSDL2S, default=0};

Properties

Type Visibility Source Unit Parent
property public
FireDAC.Stan.Option.pas
FireDAC.Stan.Option.hpp
FireDAC.Stan.Option TFDFormatOptions

Description

Allows you to overcome bugs in early dbExpress driver versions.

Use the StrsDivLen2 property with old dbExpress driver versions, which may work incorrectly with Unicode string data. If the property is set to True, then FireDAC divides the column length returned by the driver by 2.

See Also