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

Click here to load this message in the networking platform