I have some stored Procedures on one form and at the end I do not commit or rollback. A new form loads and a question prompts the user "Are there any other products in the box?" When the user clicks YES the transaction must rollback. When NO the transaction must commit.
My question is how can I pass the transaction value to the new form?