FireDAC.Phys.IBBase.TFDIBConfig.SetSQLDialect

From RAD Studio API Documentation
Jump to: navigation, search

[–] 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

AValue

An SQL dialect.

See Also