IBDAC

TIBCTraceService.Config Property

Used to set the configuration of a trace session.

Class

TIBCTraceService

Syntax

property Config: TStrings;

Remarks

Use the Config property to set the configuration of a trace session.

The session configuration is a text conforming to the rules and syntax modelled in the fbtrace.conf template that is in Firebird's root directory, apart from the lines relating to placement of the output.

For example, the following configuration is used to trace prepare, free and execution of all statements in the mydatabase.fdb database:

<database mydatabase.fdb>
  enabled true
  log_statement_prepare true
  log_statement_free true
  log_statement_start true
  log_statement_finish true
  time_threshold 0

</database>
© 1997-2024 Devart. All Rights Reserved. Request Support DAC Forum Provide Feedback