Activate DB monitor.

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
[email protected]
Posts: 12
Joined: Fri 25 Sep 2015 09:28

Activate DB monitor.

Post by [email protected] » Fri 25 Sep 2015 09:43

In Delphi XE8 I'm trying to activate the DB monitor for UNIDac (demo) but it stays invisible. I drop UniSQLmonitor on the form, set the debug property of the connection to "True", select DB monitor from the UniDac menu in Delphi. The icon shows up en the bottom of windows, but i cant see the DB monitor ar avtivate it either from when i compile and run och otherwise. Am i missing something? Is there some line of code i should insert some where?

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

Re: Activate DB monitor.

Post by ViktorV » Fri 25 Sep 2015 12:57

The similar question has already been discussed on our forum. Follow the link http://forums.devart.com/viewtopic.php?f=28&t=19029 for details.

[email protected]
Posts: 12
Joined: Fri 25 Sep 2015 09:28

Re: Activate DB monitor.

Post by [email protected] » Fri 25 Sep 2015 13:57

ViktorV wrote:The similar question has already been discussed on our forum. Follow the link http://forums.devart.com/viewtopic.php?f=28&t=19029 for details.
I really don't have a clue what that code does. I don't want any fancy advanced stuff, i just want the very basic function. All i want is the DBmonitor to show itself, to change from invisible to visible.

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

Re: Activate DB monitor.

Post by ViktorV » Thu 01 Oct 2015 13:25

To solve the issue, please try follow the steps:
- delete DB Monitor
- delete the registry branch HKEY_CURRENT_USER\Software\Devart\dbMonitor
- install DB Monitor

Post Reply