Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
DataSet to XML
Message
De
14/09/2004 09:22:22
 
 
À
14/09/2004 09:18:21
Jerry Tovar
Dana Corporation Dana It
Maumee, Ohio, États-Unis
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Titre:
Divers
Thread ID:
00941877
Message ID:
00941880
Vues:
18
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform