Double MySQLMonitor components creates error

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
kaffeburk
Posts: 214
Joined: Mon 29 Jan 2007 08:03

Double MySQLMonitor components creates error

Post by kaffeburk » Mon 21 May 2007 16:13

When i (accidently) had 2 MySQLMonitor components in my form i got a 'client id not unique' when ever i tryed to re-run my project after either an exeption or after manually pressing F2. I had to reastart Delphi every time to keep working. Took a while to track down. Perhaps better to get a:

'You have more than one MySQLMonitor error'?

Antaeus
Posts: 2098
Joined: Tue 14 Feb 2006 10:14

Post by Antaeus » Wed 23 May 2007 09:28

There should not be such problems when placing more than one TMySQLMonitor component onto a form. Just only one component will work in this case.
I tried to reproduced this situation with the latest builds of MyDAC 4 and MyDAC 5, but with no success. Please specify your version of MyDAC and describe steps to reproduce this situation in more detail in a newly created application.

Post Reply