Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
From DataSet to XML
Message
De
21/03/2004 13:14:32
 
 
À
Tous
Information générale
Forum:
ASP.NET
Catégorie:
Bases de données
Titre:
From DataSet to XML
Divers
Thread ID:
00888302
Message ID:
00888302
Vues:
42
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.
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform