RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TIBDataBase.OnDialectDowngradeWarning Event

Occurs after the SQL dialect of the client connection is downgraded.

Pascal
property OnDialectDowngradeWarning: TNotifyEvent;
C++
__property TNotifyEvent OnDialectDowngradeWarning;

Write an OnDialectDowngradeWarning event handler to take specific actions when the SQL dialect is downgraded. 

For example, if the SQL dialect for your application is set to 3 and then a connection is made to a dialect 1 database, then the SQL dialect is downgraded to 1 and a OnDialectDowngradeWarning event is fired. 

 

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