M
Mark
Assume you've created a connection to SQL Server using the SqlConnection
class. You execute two stored procedures. Can you use the BeginTransaction
and RollBack method of the connection object to rollback the results of the
stored procedures if one of the two bombs?
I understand you can do this with raw SQL, but wanted to confirm you could
also do it with stored procedures. Thanks in advance.
Mark
class. You execute two stored procedures. Can you use the BeginTransaction
and RollBack method of the connection object to rollback the results of the
stored procedures if one of the two bombs?
I understand you can do this with raw SQL, but wanted to confirm you could
also do it with stored procedures. Thanks in advance.
Mark