Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Create Dataset from XML string
Message
From
17/04/2003 11:48:15
 
 
To
16/04/2003 16:35:37
General information
Forum:
ASP.NET
Category:
ADO.NET
Miscellaneous
Thread ID:
00778601
Message ID:
00778889
Views:
11
Roman,

Thanks. Worked great.

Dan

>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
Previous
Reply
Map
View

Click here to load this message in the networking platform