Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
From DataSet to XML
Message
De
21/03/2004 13:23:53
 
 
À
21/03/2004 13:14:32
Information générale
Forum:
ASP.NET
Catégorie:
Bases de données
Divers
Thread ID:
00888302
Message ID:
00888303
Vues:
10
This message has been marked as the solution to the initial question of the thread.
It's in the help. DataSet.GetXML().

~~Bonnie

>I have the following which converts from XML to DataSet:
>
>
>   ' Convert an XML string, which is a VFP CursorToXml(), into a DataSet
>   ' expC1 String
>   Public Function ImportXML(ByVal tcXML As String)
>      Dim lcString As New StringReader(tcXML)
>      Dim loData As New DataSet
>      loData.ReadXml(lcString)
>      Return loData
>   End Function
>
>
>I would like to have a similar function to convert from DataSet to XML.
Bonnie Berent DeWitt
NET/C# MVP since 2003

http://geek-goddess-bonnie.blogspot.com
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform