Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
From DataSet to XML
Message
From
21/03/2004 13:14:32
 
 
To
All
General information
Forum:
ASP.NET
Category:
Databases
Title:
From DataSet to XML
Miscellaneous
Thread ID:
00888302
Message ID:
00888302
Views:
41
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
Next
Reply
Map
View

Click here to load this message in the networking platform