Categories:
.NET (357)
C (330)
C++ (183)
CSS (84)
DBA (2)
General (7)
HTML (4)
Java (574)
JavaScript (106)
JSP (66)
Oracle (114)
Perl (46)
Perl (1)
PHP (1)
PL/SQL (1)
RSS (51)
Software QA (13)
SQL Server (1)
Windows (1)
XHTML (173)
Other Resources:
What are the various methods provided by the dataset object to generate XML
What are the various methods provided by the dataset object to generate XML?
✍: Guest
Note:- XML is one of the most important leap between classic ADO and ADO.NET.
So this question is normally asked more generally how can we convert any data to XML
format. Best answer is convert in to dataset and use the below methods.
? ReadXML
Read’s a XML document in to Dataset.
? GetXML
This is a function which returns the string containing XML document.
? WriteXML
This writes a XML data to disk.
2007-10-24, 4723👍, 0💬
Popular Posts:
Once I have developed the COM wrapper do I have to still register the COM in registry? Yes.
what is a service contract, operation contract and Data Contract? - part 1 In the below sample we ha...
What is the purpose of Replication ? Replication is way of keeping data synchronized in multiple dat...
How To Test Transaction Isolation Levels? - MySQL FAQs - Transaction Management: Commit or Rollback ...
How To Display a Past Time in Days, Hours and Minutes? - MySQL FAQs - Managing Tables and Running Qu...