Re: Web Form and ADO.NeT Transaction
- From: "Aidy" <aidy@xxxxxxxxxxxxxxx>
- Date: Thu, 9 Aug 2007 09:44:41 +0100
Have a look here
http://msdn.microsoft.com/msdnmag/issues/05/05/DataPoints/#S6
"Lit" <sql_agentman@xxxxxxxxxxx> wrote in message
news:O0RbXAh2HHA.5316@xxxxxxxxxxxxxxxxxxxxxxx
Hi,
using ADO.NET 2.0, VS.NET 2005, SQL2005
I need to execute several Stored Procedures under one transaction. Can I
use just one command/transaction or have to use multiple ( then commit or
rollback all )
How does it work with ADO.NET
Ado.Tran
SP1 Called
loop
SP2 Called
SP3 Called
loop
SP4 Called
loop
Sp5 Called
Etc... etc...
if any error
rollback transaction ( or all transactions )
else
committe Transaction ( or all Transactions )
Thanks for any help or other Ideas, needs also code links etc..
Lit
.
- Follow-Ups:
- Re: Web Form and ADO.NeT Transaction
- From: Lit
- Re: Web Form and ADO.NeT Transaction
- References:
- Web Form and ADO.NeT Transaction
- From: Lit
- Web Form and ADO.NeT Transaction
- Prev by Date: How to get repeater cell values without using ID
- Next by Date: Re: date rendered differently on two computers with same regional settings
- Previous by thread: Web Form and ADO.NeT Transaction
- Next by thread: Re: Web Form and ADO.NeT Transaction
- Index(es):
Relevant Pages
|