Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Create Dataset from XML string
Message
From
16/04/2003 16:35:37
 
 
To
16/04/2003 16:17:31
General information
Forum:
ASP.NET
Category:
ADO.NET
Miscellaneous
Thread ID:
00778601
Message ID:
00778609
Views:
11
This message has been marked as the solution to the initial question of the thread.
Dim ds As DataSet = New DataSet()
Dim stReader As StringReader = New StringReader(strData)
ds.ReadXml(stReader, XmlReadMode.InferSchema)

Roman


>I have a VFP COM component that returns an XML string. I want to create a DataSet from this. There isn't an overload to read from a variable so does anyone have any suggestions?
>
>Thanks,
>Dan
Roman Rehak, MCSD, MCDBA, MCSA
Competitive Computing
354 Mountain View Drive
Colchester, VT 05446-5824
802-764-1729
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform