Save entries to multiple tables

Posts   
 
    
shekar
User
Posts: 327
Joined: 26-Mar-2010
# Posted on: 13-Apr-2010 14:57:07   

Hi

I want to save data to multiple tables and then do commit only if data is inserted across all tables or roll back all tables in case of error.

How can I achieve this with LLBLGEN ? I am using Oracle

MTrinder
User
Posts: 1461
Joined: 08-Oct-2008
# Posted on: 13-Apr-2010 21:27:08   

Have a look at the documentation about transactions

Matt