FireDAC.Stan.Option.TFDFormatOptions.DataSnapCompatibility

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DataSnapCompatibility: Boolean read GetDataSnapCompatibility

C++

__property bool DataSnapCompatibility = {read=GetDataSnapCompatibility, write=SetDataSnapCompatibility, stored=IsDSCS, default=0};

Properties

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

Description

Controls the compatibility with the DataSnap/MIDAS.

Set the DataSnapCompatibility property to True, when you are using FireDAC as a data access component of the DataSnap back end.

The default value is False

DataSnapCompatibility = True forces FireDAC to use the numeric types precision and scale compatible with DataSnap.

See Also