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
Have a look at the documentation about transactions
Matt