can u tell me the why ADO does not support xml..
Answer Posted / pavan kumar p
ADo does not support XML because its a Connected
Architecture. There is a great overhead when dealing with
Connected Architecture.
Where as ADO.Net supports XML. This contains DATASET which
is an ADO.NET object which is helpful for the XML support.
Nice Article is Available in the link below.
http://www.codeproject.com/KB/database/ADONET_and_XML.aspx
Thanks
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
Explain the difference in an abstract class and an interface?
Define different execute methods of ADO.NET command object ?
Explain the namespaces in which .net has the data functionality class.
How can you add or remove rows from the datatable object of dataset?
Can we create Synonymns in MS Acess,My Sql Server,Sql Server? But iam we can create in oracle!
differences between ADO and ADO.NET
How is entity framework different from ado.net?
Explain the difference between sqlcommand object and command behavior object?
What are the different methods available under the sqlcommand class to access the data?
Explain what are the steps to connect to a database?
Define bubbled event?
How does ado.net work?
In how many ways we can retrieve table records count? How to find the count of records in a dataset?
Explain the advantage of ADO.Net?
What is the difference between Dataset. clone and Dataset.copy?