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
How to perform sorting on a table in ADO.NET?
Define table relations?
Which namespaces are used for data access?
What is variable view?
What is different between sqlcommand object and command behavior object?
What are the different row versions available in table?
How to bind the controls(best practice) comboboxes to the data in the dataset?
Explain the architecture of ado.net?
Which object is used to add relationship between two Datatables?
What is the difference between ado.net and entity framework?
What is the use of adodc?
What are the steps you will take to improve performance? Will you use dataset or datareader?
How to create data relations?
What are the steps you will take to improve performance?
What is ado full form?