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 are the steps you will take to improve performance?
How to store data in memory?
What is a serialized object?
What is different between sqlcommand object and command behavior object?
Why do we serialize data?
What is data adapter in ado.net with example?
What are the key events of sqlconnection class?
What is ado.net explain with diagram?
What is difference between datagridview and datagrid control in winforms?
What is basic use of data view?
Explain the difference between sqlcommand object and command behavior object?
Explain the architecture of ado.net?
What are the pre-requisites for connection pooling?
What is ado asp?
How can I retrieve two tables of data at a time by using data reader? Data reader read and forward only, how is it possible to get 2 tables of data at a time?