IBX.IBServices.TIBConfigService.SetDBSqlDialect

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetDBSqlDialect (Value: Integer);

C++

void __fastcall SetDBSqlDialect(int Value);

Properties

Type Visibility Source Unit Parent
procedure
function
public
IBX.IBServices.pas
IBX.IBServices.hpp
IBX.IBServices TIBConfigService

Description

Sets the SQL dialect for the database.

Call SetDBSqlDialect to set the SQL dialect for the database. Valid integer values are 1, 2, and 3.

Note: You must install InterBase 6 to use this feature.