is there a way to start the MySQLMonitor in a compiled programm?
I want to give a customer the option to trace the SQL statements while using the programm.
Thx,
greets ben
In order to use MySQLMonitor in the program you should put the TMySQLMonitor component on a form or create this object in run-time. After that you should process the OnSQL event or use DBMonitor to trace SQL usage.