Prevent some quries to be logged by TMySqlMonitor

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
devweb
Posts: 16
Joined: Sat 02 Feb 2008 08:10

Prevent some quries to be logged by TMySqlMonitor

Post by devweb » Wed 26 Aug 2009 14:25

Can I exclude some TMyQuiery components to be monitored by TMYSqlMonitor component?

Debug = False for these quries.

Dimon
Devart Team
Posts: 2910
Joined: Mon 05 Mar 2007 16:32

Post by Dimon » Thu 27 Aug 2009 14:02

TMySqlMonitor doesn't provide such functionality. You can only specify the database operations the monitor should track using the TraceFlags property.

Post Reply