This chapter is from the book
Summary
In this hour, you've seen how to work with database transactions using ADO.NET. You saw how to start a transaction and assign that transaction to the Command object. You then saw how to revert transactions back to previous states and also how to finalize a transaction. Lastly, you saw how to perform a transaction directly in a stored procedure.