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
Answers were Sorted based on User's Feedback
Answer / 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 |
What is rich control in asp.net?
Is it necessary to lock application state before accessing it ?
What is the difference between client-side and server-side validations in ASP.NET?
0 Answers Sans Pareil IT Services,
How to Separate background image and front image from original picture....
0 Answers Sans Pareil IT Services,
How do you register a .NET assembly?
Is there any property names “isnavigating”?
How you will improve web application performance?
Where would you use an iHTTPModule, and what are the limitations of any approach you might take in implementing one?
what is new debug tools in asp.net ?
When you use Ajax controls in the ASP.NET application?
when user is logged on the information is saved in a cookie, what is the name of that cookie?
Can we make a class with class with same;suppose public class abc { public class abc { } }