DBMonitor and Delphi 6

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
waheed
Posts: 20
Joined: Mon 02 Nov 2009 19:47
Location: Kuwait

DBMonitor and Delphi 6

Post by waheed » Tue 12 Feb 2013 16:26

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.

DemetrionQ
Devart Team
Posts: 271
Joined: Wed 23 Jan 2013 11:21

Re: DBMonitor and Delphi 6

Post by DemetrionQ » Mon 18 Feb 2013 16:59

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.

Post Reply