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?
Monitor stopped working when I upgraded to 5.02
-
jimmaguire
- Posts: 2
- Joined: Wed 27 Feb 2013 19:41
-
AndreyZ
Re: Monitor stopped working when I upgraded to 5.02
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.