LiteDAC

TLiteSQLMonitor Class

This component serves for monitoring dynamic SQL execution in LiteDAC-based applications.

For a list of all members of this type, see TLiteSQLMonitor members.

Unit

LiteSQLMonitor

Syntax

TLiteSQLMonitor = class(TCustomDASQLMonitor);

Remarks

Use TLiteSQLMonitor to monitor dynamic SQL execution in LiteDAC-based applications. TLiteSQLMonitor provides two ways of displaying debug information: with dialog window, Using DBMonitor or Borland SQL Monitor. Furthermore to receive debug information the TCustomDASQLMonitor.OnSQL event can be used. Also it is possible to use all these ways at the same time, though an application may have only one TLiteSQLMonitor object. If an application has no TLiteSQLMonitor instance, the Debug window is available to display SQL statements to be sent.

Inheritance Hierarchy

TCustomDASQLMonitor
   TLiteSQLMonitor

© 1997-2024 Devart. All Rights Reserved. Request Support DAC Forum Provide Feedback