Using TransactionScope in the BLL?
Pages 69 thru 73 discusses Transaction Management. TransactionScope on page 73 seems to be the author's preferred method, but it is not implemented in the sample web site.
Has anyone implemented TransactionScope in the BLL? Can you provide any insights as to changes needed in the BLL and DAL, especially when multiple tables are updated. The SQL Client approach has a using statement for a single SQL statement, which performs and automatic Close/Dispose of the connection.
Thanks in advance for any advice.
Tom
|