Page 1 of 1

DBMonitor and Delphi 6

Posted: Tue 12 Feb 2013 16:26
by waheed
I have a problem monitoring my project through dbMonitor.
Here is what I do:
  • First I drop a TMySQLMonitor component on the form with TMyConnection component.
  • I open dbMonitor application.
  • Sometimes I see delphi32.exe and other times no processes.
  • Then at runtime I connect my TMyConnection component to MySQL.
  • And activate dbmonitor. I also see nothing.
I know, some of you might say why are you still in Delphi 6. There are still old projects with dead components like ABC for Delphi that I have to mentain.
BTW: Delphi 6 update 2 with update 3
MyDAC 7.6.11, DBMonitor 3.0.4
Windows XP SP3
Thanks for the help.

Re: DBMonitor and Delphi 6

Posted: Mon 18 Feb 2013 16:59
by DemetrionQ
Hello.

I couldn't reproduce the problem. Please perform the following steps:
- make sure the TMySQLMonitor.Active property is set to True;
- check the Port option in TMySQLMonitor.DBMonitorOptions and make sure this port is open in your firewall settings;
- run dbMonitor and your application as administrator;
- make sure the "Event Filter" setting in dbMonitor Application are not configured so that they block all the displaying information.