FireDAC.Phys.IBBase.TFDIBConfig.SetSQLDialect

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetSQLDialect(const AValue: LongWord);

C++

void __fastcall SetSQLDialect(const unsigned AValue);

Properties

Type Visibility Source Unit Parent
procedure
function
public
FireDAC.Phys.IBBase.pas
FireDAC.Phys.IBBase.hpp
FireDAC.Phys.IBBase TFDIBConfig

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

AValue

An SQL dialect.

See Also