Way of updating a table other than stored procedure and
hard coded query?
Answer Posted / raviraj
Try with transactions whose code is terse and comprehensive.
transactions offer the best alternative solutions for
updating the table content.You can either commit or
rollback the transcation by using T-sql update cpmmand in
the explicit transcation based on the where condition.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What are the session variables?
How do u deploy your asp.net application?
Can I combine classic asp and asp.net pages?
What is class and object in asp.net?
What is data grid view in asp.net?
What is the difference between localization and globalization?
Why viewstate is used in asp.net?
What is a server farm in iis?
What's the use of formatters in .net?
What is the difference between a multi-layer and multi-tier applications?
Is asp.net and .net the same?
What is difference between session and cookies in asp net?
Explain server-side scripting and client-side scripting.
How to create discussion forum in asp.net mvc? : Asp.Net MVC
What are the differnt types of handler in ASP.NET?