Recent content by S

  1. S

    [SOLVED] TOracleSession commits when error occurs

    I am trying to provide my own commit/rollback logic, but when I throw an exception, the Oracle Monitor shows this output: begin :id := sys.dbms_transaction.local_transaction_id; end; And a Session.Commit although the session is created with: FOracleSession := TOracleSession.Create(nil)...
Back
Top