Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
DataSet to XML
Message
From
14/09/2004 09:22:22
 
 
To
14/09/2004 09:18:21
Jerry Tovar
Dana Corporation Dana It
Maumee, Ohio, United States
General information
Forum:
ASP.NET
Category:
Other
Title:
Miscellaneous
Thread ID:
00941877
Message ID:
00941880
Views:
19
This message has been marked as the solution to the initial question of the thread.
Hi, Jerry,

I don't know if you can write a single datatable to an XML file, but you can write the entire dataset to an XML file, like so...
MyDataSet.WriteXml("myxml.xml");
You can check the WriteXml function in the help file for more details...

Kevin
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform