can u tell me the why ADO does not support xml..
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / niloy roy
There is a lot of mythology surrounding ActiveX Data
Objects (ADO) and XML. ADO has supported XML since version
2.1. In general, this is a good thing, especially for
developers looking for better ways to reach out to the four
million programmers who use Visual Basic and who also
worship at the altar of the disconnected recordset.
However, simply supporting XML in your application is not
good enough because ADO uses a very stylized XML-based
vocabulary to perform its magic. The way ADO uses XML
allows ADO to interoperate with applications written in
programming languages such as Java, Perl, or Python and on
platforms such as Unix, Linux, and Apache. Yes, the
developer who uses Visual Basic can deal with arbitrary XML
using any number of XML parsers. However, morphing your XML
into the vocabulary of ADO makes it a no-brainer for any
typical application-focused programmer to access your
information with Visual Basic.
| Is This Answer Correct ? | 2 Yes | 0 No |
Difference between ADO and ADO.Net
What is the difference between a datareader and a dataset?
Explain the advantages and disadvantages of using datalist?
Advantage of ADO.Net?
What are the two fundamental objects in ADO.NET?
What is the use of adodc?
Is ADO.NET derived from COM? true /false
Difference between DataReader and DataAdapter / DataSet and DataAdapter?
We all know that Dataset is purely disconnected architechure, but we also know that we can update the changes made to the dataset can be updated in the backend database. when there is no connection how does the update happedn?
6 Answers Accenture, FastStream,
What is the difference between an ADO.NET Dataset and an ADO Recordset?
What is the functionality of data provider in ado.net?
What is partial class?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)