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
how to implement some securty aspect in our application i.e 1.cookie poisioning. 2.data encryption. 3.forcefull browsing 4.sql/code injection 5.securing web app by using web services ........my question is how to implement these thing in our application is this done by hard coding or by help of some tool
What is the typical session identifier?
Can you explain one critical mapping? Performance issue which one is better? Whether connected lookup tranformation or unconnected one?
What is the difference between abstract class vs interface? Can give me the real time examples?
What are themes and skins in 2.0, explain usage scenario?
Explain the server control events of asp.net ?
Explain method to handle error using HttpError in Web API?
Which is better union or union all?
What is application state?
Will the asp.net validators run in server side or client side?
What's the ASP.Net Application life cycle?
Can you explain composite pattern?
What is mvc in asp.net tutorial? : Asp.Net MVC
Explain different authentication modes in asp.net?
I’m having some trouble with cas. How can I diagnose my problem?