sureshcd10
Well-known member
- Joined
- Dec 25, 2003
- Messages
- 77
We can create transactions at the
-->codebehind level by making use of SqlTransaction class or in then
-->StoredProcedure level
so that we can create save point and Rollback a transaction whenever a transaction fails
Now my question is is there any specific advantage/disadvantage in using Sqltransaction at the Codebehind against using the same at the storedProcedure level.
I am using C# to develop aspx pages and SQLServer2000 as database
Which one is the best option and WHy ?
Thank u all in advance
-->codebehind level by making use of SqlTransaction class or in then
-->StoredProcedure level
so that we can create save point and Rollback a transaction whenever a transaction fails
Now my question is is there any specific advantage/disadvantage in using Sqltransaction at the Codebehind against using the same at the storedProcedure level.
I am using C# to develop aspx pages and SQLServer2000 as database
Which one is the best option and WHy ?
Thank u all in advance