can u tell me the why ADO does not support xml..
Answer Posted / 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 |
Post New Answer View All Answers
What is execute reader in ado.net?
Does dapper use ado.net?
How to create data relations?
What is aggregating data ?
What is an orm, and why would you use one instead of plain old ado.net?
What is concurrency? How will you avoid concurrency when dealing with dataset? (One user deleted one row after that another user through his dataset was trying to update same row. What will happen? How will you avoid the problem?)
What is a non query?
What is difference between ado and other data object?
What are dcl commands?
Do you use stored procedure in ado.net?
How to identify the controls which can be used for binding data?
Which object of ado contains datarow datacolumn collection?
Can we connect two dataadapters to same data source using single connection at same time?
Is it possible to edit data in Repeater control?
What is the difference between Datareader and Dataset?