FireDAC.Phys.FB.TFDFBTrace
Delphi
TFDFBTrace = class (TFDIBService)
C++
class PASCALIMPLEMENTATION TFDFBTrace : public Firedac::Phys::Ibbase::TFDIBService
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | FireDAC.Phys.FB.pas FireDAC.Phys.FB.hpp |
FireDAC.Phys.FB | FireDAC.Phys.FB |
Description
The class implementing Firebird database trace service.
Use the TFDFBTrace component to add Firebird-only DBMS trace capabilities to an application.
To configure the connection to the database server, you must fill the following properties: DriverLink, Host, Protocol, UserName and Password.
To manage a trace, an application should:
- Optionally specify SessionName / SessionID.
- Call Start / Stop / etc. method.
For more details, please see this article.