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, 4972👍, 0💬
Popular Posts:
1. The basics first, please define the web in simple language? How is it connected with internet? Wh...
Can you explain in brief how can we implement threading ? Private Sub Form1_Load(ByVal sender As Sys...
How to make elements invisible? Change the "visibility" attribute of the style object associated wit...
How do you override a defined macro? You can use the #undef preprocessor directive to undefine (over...
How do we configure “WebGarden”? “Web garden” can be configured by using process model settings in...