How to debug with version 5 of ODAC ? I have Delphi 5
On the query, I set the property debug=true and put odacvcl unit on uses of the form but nothing is showed when the queries are opened
Can you Help-me.
How to debug ?
-
- Devart Team
- Posts: 925
- Joined: Thu 17 Nov 2005 10:53
-
- Devart Team
- Posts: 925
- Joined: Thu 17 Nov 2005 10:53
Please check that you have set Debug property for every query you want to debug. Debug property of
TOraSession affects only SQL statements that are executed using ExecSQL, ExecSQLEx ... methods of
TOraSession. Yon can also drop OraSQLMonitor on your form and trace SQL statements using standard
SQL Monitor or Core Lab DBMonitor.
TOraSession affects only SQL statements that are executed using ExecSQL, ExecSQLEx ... methods of
TOraSession. Yon can also drop OraSQLMonitor on your form and trace SQL statements using standard
SQL Monitor or Core Lab DBMonitor.