FireDAC.Phys.FB.TFDFBTrace

From RAD Studio API Documentation
Jump to: navigation, search

FireDAC.Phys.IBBase.TFDIBServiceFireDAC.Phys.TFDPhysDriverServiceFireDAC.Stan.Intf.TFDComponentSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTFDFBTrace
[–] Properties
Type: class
Visibility: public
Source:
FireDAC.Phys.FB.pas
FireDAC.Phys.FB.hpp
Unit: FireDAC.Phys.FB
Parent: FireDAC.Phys.FB

Delphi

TFDFBTrace = class (TFDIBService)

C++

class PASCALIMPLEMENTATION TFDFBTrace : public Firedac::Phys::Ibbase::TFDIBService

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:

For more details, please see this article.

See Also