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 is is post back property in asp net?
What are the different types of Caching techniques in ASP.NET?
What is a multilingual website?
Which of the following .NET framework supports Web API?
What is asp.net mvc5? : Asp.Net MVC
How dataadapter.fill works?
What is a session in programming?
How can we pass info between 2 asp.net pages?
What describes a query?
What does asax stand for?
They mostly asked difference between versions of technologies
What is the procedure to create the environment for asp.net? : asp.net mvc
Explain transparent caching with aop?
I have created a configuration setting in my web.config and have kept it at the root level. How do I prevent it from being overridden by another web.config that appears lower in the hierarchy?
What is the difference between page-level caching and fragment caching?