Transaction

Posts   
 
    
Posts: 1
Joined: 31-Aug-2007
# Posted on: 31-Aug-2007 00:39:53   

Hi,

Can you tell how can I use transaction to update/delete. This ensures that if a DataBase update fails on updating 1 table, updates made to other tables would be rolled back.

Thanks

Monisha

Walaa avatar
Walaa
Support Team
Posts: 14995
Joined: 21-Aug-2005
# Posted on: 31-Aug-2007 10:50:49   

Please check the LLBLGen Pro manual "Using the generated code -> Adapter/SelfServicing -> Transactions"

jmeckley
User
Posts: 403
Joined: 05-Jul-2006
# Posted on: 31-Aug-2007 14:25:02   

not all databases support transactions either. And even then some support it better than others.