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
Please check the LLBLGen Pro manual "Using the generated code -> Adapter/SelfServicing -> Transactions"
not all databases support transactions either. And even then some support it better than others.