TMYSQLMonitor missing after install from source (D2007/9)

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
cjmoore
Posts: 10
Joined: Thu 11 Nov 2004 09:16

TMYSQLMonitor missing after install from source (D2007/9)

Post by cjmoore » Thu 20 Nov 2008 16:52

I've installed UniDAC, SDAC and MyDAC source releases into D2007 and D2009 and in both versions of Delphi the TMYSQLMonitor component is missing.

TMSSQLMonitor and TUniSQLMonitor were both installed without me needing to do anything so how do I get TMYSQLMonitor onto the component palette?

Thanks,
Cary

cjmoore
Posts: 10
Joined: Thu 11 Nov 2004 09:16

Post by cjmoore » Fri 21 Nov 2008 01:34

Sorted.

I had used the make files to build the 3 DACs and for some reason dclmysqlmonXXX.bpl failed to install (said it wasn't a design time package)

When I recompiled the .dpk it installed fine in both D2007 and D2009

Post Reply