TOracleSession.BreadExecution not functioning while ThreadSafe set to TRUE?

xjg

Member
when TOracleSession.ThreadSafe = False TOracleSession.BreadExecution working fine.
WHY?
How can I Break TOracleDataset.Open when TOracleSession.ThreadSafe = True?
 
What exactly goes wrong? (nothing, exception, hang-up, ...)

------------------
Marco Kalter
Allround Automations
 
Originally posted by mkalter:
What exactly goes wrong? (nothing, exception, hang-up, ...)


sorry, I made a mistake. TOracleSession.BreakExecution do nothing when TOracleSession.ThreadSafe = True. I can't Break TOracleDataset.Open.

Server: Oracle 9.0.1.1
Client: Oracle 9.2.0.1

[This message has been edited by xjg (edited 25 June 2002).]
 
Hi,

it's not a problem of doa. It's a problem of the database.

You can allways have statement which are canceled in one second, and statements which are not canceled after hours.

Ask the database or ask Larry why :-))

Greetings
Jens

------------------
 
Back
Top