Page 1 of 1

How to set Debug mode for all data access components?

Posted: Wed 28 Jun 2006 13:44
by Dmlvc
Hello, Core Lab Team!

How can I switch Debug mode for all ODAC components in my application? Unfortunately I do not have my own list of those components. And I also need that all newly dynamically created (after "global switch") components get appropriate Debug mode. Is it possible?

Posted: Thu 29 Jun 2006 10:52
by Challenger
You can set debug mode only for each query separately. Another way is to use TOraSQLMonitor and Standard SQL Monitor or Core Lab DBMonitor.

Posted: Thu 29 Jun 2006 11:46
by Dmlvc
Thanks!
Now it is clear for me, that Debug property affects only debug dialog showing, but does not control debug information passing through TOraSQLMonitor.