Filtering in DBMonitor

Discussion of open issues, suggestions and bugs regarding IBDAC (InterBase Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
lrauti
Posts: 18
Joined: Fri 03 Jan 2014 16:22

Filtering in DBMonitor

Post by lrauti » Thu 25 Oct 2018 05:25

Can I somehow filter out the meta data SQL calls which your code does? I didn't find any event type from the event filter that would leave those out. And there isn't negations for contains filters, so I can't leave them out by using "RDB$" either.

ViktorV
Devart Team
Posts: 3168
Joined: Wed 30 Jul 2014 07:16

Re: Filtering in DBMonitor

Post by ViktorV » Fri 26 Oct 2018 11:22

At the moment, DBMonitor does not monitor retrieving MetaData and other service queries.
You can write about supporting this functionality on our User Voice forum: https://devart.uservoice.com/forums/104 ... components to speed up the implementation of this functionality.

lrauti
Posts: 18
Joined: Fri 03 Jan 2014 16:22

Re: Filtering in DBMonitor

Post by lrauti » Fri 26 Oct 2018 11:55

For example IBCServices.pas does query from meta data in function GetFieldValue(Field: TField): string;

But it does not matter where those come. I just would like to filter out all meta data queries but it is impossible. Well, I need to create own application.

ViktorV
Devart Team
Posts: 3168
Joined: Wed 30 Jul 2014 07:16

Re: Filtering in DBMonitor

Post by ViktorV » Fri 26 Oct 2018 12:10

We asked you to write about it at https://devart.uservoice.com/forums/104 ... components. If your suggestion gets enough votes, we will consider the possibility of its implementation.

lrauti
Posts: 18
Joined: Fri 03 Jan 2014 16:22

Re: Filtering in DBMonitor

Post by lrauti » Wed 31 Oct 2018 12:17

The TIBCSQLMonitor component is fine. I meant dbMonitor application. This not a problem anymore, I created own application. I can't wait months and pray for votes.

ViktorV
Devart Team
Posts: 3168
Joined: Wed 30 Jul 2014 07:16

Re: Filtering in DBMonitor

Post by ViktorV » Fri 02 Nov 2018 10:03

It is good to see that the issue has been solved.
Feel free to contact us if you have any further questions about our products.

Post Reply