Cut and paste from debug

It would be great if one could cut and paste whatever that is displayed in the debug-window when property Debug is set to true for a TOracleQuery or TOracleDataset. This way one can paste it into SQL-Plus to see what is actually wrong with it.

//Jonas
 
The Oracle Monitor already covers this. You can alternatively use your own form to display the debug information. You can download debugunit.zip as a Delphi example. It already allows you to copy the SQL text, and additionally displays the variable values.

------------------
Marco Kalter
Allround Automations
 
Back
Top