Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Avoiding to create file to convert XML to DataSet
Message
From
22/08/2010 15:39:19
 
General information
Forum:
ASP.NET
Category:
Other
Environment versions
Environment:
VB 9.0
OS:
Windows 7
Network:
Windows 2003 Server
Database:
MS SQL Server
Application:
Web
Miscellaneous
Thread ID:
01477799
Message ID:
01477809
Views:
38
>Read XML from a string to DataSet VB sample
>
>
>Dim xmlData As String = "<XmlDS><table1><col1>Value1</col1></table1><table1><col1>Value2</col1></table1></XmlDS>"
>
>Dim xmlSR As System.IO.StringReader = New System.IO.StringReader(xmlData)
>
>myDS.ReadXml(xmlSR, XmlReadMode.IgnoreSchema)
I was not aware there was an overload on that method.

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

Click here to load this message in the networking platform