FireDAC.Comp.Client.TFDInfoReportItems
[–] Properties | |
---|---|
Type: set typedef
| |
Visibility: public | |
Source: FireDAC.Comp.Client.pas FireDAC.Comp.Client.hpp
| |
Unit: FireDAC.Comp.Client | |
Parent: FireDAC.Comp.Client |
Delphi
TFDInfoReportItems = set of TFDInfoReportItem;
C++
typedef System::Set<TFDInfoReportItem, TFDInfoReportItem::riConnDef, TFDInfoReportItem::riKeepConnected> TFDInfoReportItems;
Description
Specifies the type for Info Report Items.
TFDInfoReportItems specifies the following Info Report Items types:
Name | Description |
---|---|
|
The complete list of connection definition parameters. |
|
The detailed information about the FireDAC build, including version number, tool version, defines, and Unicode mode. |
|
The DBMS client loading log. When the loading fails, it includes the failure error message. |
|
The detailed information about a DBMS client, when FireDAC successfully loaded the client. Otherwise, it is a failure error message. |
|
The possible incompatibilities between FireDAC, the DBMS client, and the DBMS server, when the connection is active or the |
|
The detailed information about a DBMS session, when the connection is active or the |
|
When the connection is inactive, FireDAC tries to establish a connection. |
|
When the connection is inactive and FireDAC establishes it, then the exit of GetInfoReport keeps it active. Otherwise the connection is closed. |