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
What is DataReader Object?
How to store data in memory?
What is the use of adodc?
What is untyped dataset?
What are the important features of ado.net 2.0?
How to copy the contents from one table to another table and how to delete the source table in ado.net?
What is ole access?
What does datareader object do?
What is namespace in ado.net?
What are the different execute methods of Ado.Net?
What is serialization and de-serialization in .net? How can we serialize the dataset object?
Explain the advantage of ADO.Net?
Which namespaces are used for data access?
What is the role of data provider in ado.net?
Is bulk insert faster than insert?