FireDAC.Comp.Script.TFDScriptOptions.SQLDialect
Delphi
property SQLDialect: Integer read FSQLDialect write FSQLDialect default 0;
C++
__property int SQLDialect = {read=FSQLDialect, write=FSQLDialect, default=0};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | published | FireDAC.Comp.Script.pas FireDAC.Comp.Script.hpp |
FireDAC.Comp.Script | TFDScriptOptions |
Description
Specifies the SQL dialect for the new Firebird or InterBase connections.
Set the SQLDialect property value to the Firebird / InterBase SQL dialect that is used for new connections opened with the CONNECT script command or with the CREATE DATABASE command.
The property can be set from a script using the SET SQL DIALECT value
command.