IBX.IBDatabase.TIBDatabase.OnDialectDowngradeWarning

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnDialectDowngradeWarning: TNotifyEvent read FOnDialectDowngradeWarning write FOnDialectDowngradeWarning;

C++

__property System::Classes::TNotifyEvent OnDialectDowngradeWarning = {read=FOnDialectDowngradeWarning, write=FOnDialectDowngradeWarning};

Properties

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

Description

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

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.