Monitor stopped working when I upgraded to 5.02

Discussion of open issues, suggestions and bugs regarding IBDAC (InterBase Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
jimmaguire
Posts: 2
Joined: Wed 27 Feb 2013 19:41

Monitor stopped working when I upgraded to 5.02

Post by jimmaguire » Fri 13 Sep 2013 21:05

I've been using DBMonitor for months, but after upgrading to 5.02 it no longer works. I tried adding it to your demo app, but still does nothing.

I set my TIBCQuery.Debug := true; (didn't have to do that in prior version). I also checked the client port, its set to 1000, my Connection is set to 3050. I tried matching those, but nothing.

Version 3.0.4

Any ideas?

AndreyZ

Re: Monitor stopped working when I upgraded to 5.02

Post by AndreyZ » Mon 16 Sep 2013 07:17

In IBDAC 5.0.1, the TCustomDASQLMonitor.Options.moDBMonitor property is set to False by default. For more information, please read the IBDAC revision history at http://www.devart.com/ibdac/revision_history.html . To solve the problem, you should add the moDBMonitor option to the TCustomDASQLMonitor.Options property.

Post Reply