FireDAC.Phys.IBBase.TFDIBConfig.SetSQLDialect
| [–] Properties | |
|---|---|
| Type: procedure function
| |
| Visibility: public | |
| Source: FireDAC.Phys.IBBase.pas FireDAC.Phys.IBBase.hpp
| |
| Unit: FireDAC.Phys.IBBase | |
| Parent: TFDIBConfig | |
Delphi
procedure SetSQLDialect(const AValue: LongWord);
C++
void __fastcall SetSQLDialect(const System::LongWord AValue);
Description
Sets the SQL dialect for a database.
Use the SetSQLDialect method to set the SQL dialect for the database. The value must be either 1 or 3.
| Parameters | Description |
|---|---|
|
|
An SQL dialect. |