RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TIBDataBase.SQLDialect Property

Sets or returns the SQL dialect used by the client.

Pascal
property SQLDialect: Integer;
C++
__property int SQLDialect;

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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!