ODAC Multiple Transaction

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
Eimer
Posts: 1
Joined: Tue 02 Jan 2007 10:43

ODAC Multiple Transaction

Post by Eimer » Tue 02 Jan 2007 11:36

How i create more than one transaction in only one conection ?

Plash
Devart Team
Posts: 2844
Joined: Wed 10 May 2006 07:09

Post by Plash » Wed 03 Jan 2007 11:22

You can execute a PL/SQL block or procedure in a separate transaction by using PRAGMA AUTONOMOUS_TRANSACTION directive.

Post Reply