On what object is the transaction in ADO.NET focused on?
a) The command object
b) The DataSet object
c) The Connection object
d) The DataAdapter object
Answer Posted / raja
commandobject y because we have to all dml operations using
command objects.DMLoperations nothingbut
Transactions.............so
ANS>A)command object
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
How are sessions stored?
What is the difference between pathparam and queryparam?
i want the asp.net technical questions and answeres
Explain what is the procedure to create the environment for asp.net? : asp.net mvc
What is role-based security in asp.net?
What does the hotspot class in .net do?
How is session id generated?
How do I send an email message from my ASP.NET page?
What is asp.net caching?
What is the difference between abstract class vs interface? Can give me the real time examples?
What is ViewState? What does the "EnableViewState" property do? Why would I want it on or off?
What are the elements of a website?
What are the Difference between asp.net and asp ?
Why is mvc better than asp.net?
Types of instancing properties and explain each. Tell the difference between multiuse,singleuse and globalmultiuse and which is default ?