Hide exception dialog during BreakExecution

phaara

Member
Hi!

How can I prevent display the exception dialog (ORA-01013: User...) when the BreakExecution method of OracleSession is called?

/Pekka
 
This exception occurs for the object (TOracleQuery, TOracleDataSet, TOracleObject, ...) that is accessing the database for this session when you call BreakExecution. This is where you need to handle the ORA-01013 exception.

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