dbMonitor can't find process [SOLVED]
Posted: Wed 28 Jul 2010 18:06
OK, I'm using dbMonitor 3.0.2 with DbxIda 2.50.23 and Delphi 2010 with updates 4/5, running on an updated Vista Ultimate 64-bits.
I'm trying to use dbMonitor, and my application's process isn't detected by dbMonitor.
My procedure was:
- I dropped a TSQLMonitor in the main form of my application.
- Set the SQLConnection property of TSQLMonitor to my application's TSQLConnection.
- Changed "Active" to "True" on TSQLMonitor.
- Opened dbMonitor. Ensured dbMonitor is started.
- Executed my application. Many SQL queries are executed. Nothing comes out on dbMonitor screen.
What I'm doing wrong?
EDIT: Update:
If I set TSQLMonitor to save a text file on HD containing the monitoring data, it works OK. So, I think that's not a problem with the database connection, just a problem between TSQLMonitor and dbMonitor.
Thanks in advance!
I'm trying to use dbMonitor, and my application's process isn't detected by dbMonitor.
My procedure was:
- I dropped a TSQLMonitor in the main form of my application.
- Set the SQLConnection property of TSQLMonitor to my application's TSQLConnection.
- Changed "Active" to "True" on TSQLMonitor.
- Opened dbMonitor. Ensured dbMonitor is started.
- Executed my application. Many SQL queries are executed. Nothing comes out on dbMonitor screen.
What I'm doing wrong?
EDIT: Update:
If I set TSQLMonitor to save a text file on HD containing the monitoring data, it works OK. So, I think that's not a problem with the database connection, just a problem between TSQLMonitor and dbMonitor.
Thanks in advance!