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 a data control clerk?
Why edit is not possible in repeater?
Does ado.net use odbc?
What is the default timeout specified for "sqlcommand.commandtimeout" property?
What are disadvantages of microsoft-provided data provider classes in ado.net?
What are the key events of sqlconnection class?
Which architecture does Datasets follow?
Define the data provider classes that is supported by ado.net?
What is the provider being used to access oracle database?
What two types of data providers does ADO.NET supply? What determines which one you should use?
Can datareader hold data from multiple tables?
What is ado circle?
Define ado.net?
What is ado.net components?
What is connection pooling and what is the maximum pool size in ado.net connection string?