IBX.IBDatabase.TIBDatabase.SQLDialect

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property SQLDialect : Integer read GetSQLDialect write SetSQLDialect;

C++

__property int SQLDialect = {read=GetSQLDialect, write=SetSQLDialect, nodefault};

Properties

Type Visibility Source Unit Parent
property published
IBX.IBDatabase.pas
IBX.IBDatabase.hpp
IBX.IBDatabase TIBDatabase

Description

Sets or returns the SQL dialect used by the client.

Use the SQLDialect property to set or return the SQL dialect used by the client. If the connection is active, the SQLDialect property cannot be set to a value greater than the database SQL dialect. If the connection is inactive, then on connect an OnDialectDowngradeWarning event may be fired if the SQLDialect is greater than the database SQL dialect. In such a case, the SQLDialect property will be downgraded to match the database SQL dialect.