I have two tables tblSOTransaction and tblSOTranasactionDet.
Database operation are being handled using different stored procedures for both tables.
How to maintain a single transaction between different calls to different stored procedures in both tables..
You can execute both stored procedures inside one single transaction.
So, basically you have to follow these steps: