How to set Debug mode for all data access components?

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
Dmlvc
Posts: 17
Joined: Tue 27 Jun 2006 13:28

How to set Debug mode for all data access components?

Post by Dmlvc » Wed 28 Jun 2006 13:44

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?

Challenger
Devart Team
Posts: 925
Joined: Thu 17 Nov 2005 10:53

Post by Challenger » Thu 29 Jun 2006 10:52

You can set debug mode only for each query separately. Another way is to use TOraSQLMonitor and Standard SQL Monitor or Core Lab DBMonitor.

Dmlvc
Posts: 17
Joined: Tue 27 Jun 2006 13:28

Post by Dmlvc » Thu 29 Jun 2006 11:46

Thanks!
Now it is clear for me, that Debug property affects only debug dialog showing, but does not control debug information passing through TOraSQLMonitor.

Post Reply