Recent content by xjg

  1. X

    Savepoints

    when you execute any DDL statement ORACLE commit the transaction implicitly so the savepoint has been deleted.
  2. X

    TOracleSession.BreadExecution not functioning while ThreadSafe set to TRUE?

    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).]
  3. X

    TOracleSession.BreadExecution not functioning while ThreadSafe set to TRUE?

    when TOracleSession.ThreadSafe = False TOracleSession.BreadExecution working fine. WHY? How can I Break TOracleDataset.Open when TOracleSession.ThreadSafe = True?
Back
Top