Recent content by ploht

  1. P

    transactions

    I am evaluating DOA and cannot figure out how to start a transaction. With BDE compatible code it would look like DataBase.StartTransaction; try DoSomeStuff DataBase.Commit; except DataBase.RollBack; end; How do I do this with DOA? I see the rollback and commit methods of the session...
Back
Top