Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
XML and DataSets
Message
General information
Forum:
ASP.NET
Category:
ADO.NET
Miscellaneous
Thread ID:
00951360
Message ID:
00951376
Views:
6
Hello Eric,

Here's what we do :
            Dim xmlStreamData As StringReader
            Dim xmlStreamSchema As StringReader

            Dim objData As DataSet

            Try

                xmlStreamData = New StringReader(strXML)

                objData = New DataSet()

                objData.ReadXml(xmlStreamData, XmlReadMode.ReadSchema)

                Return objData

            Catch ex As Exception
                Throw
            End Try
Hope that helps,

Alex
Alexandre Boudreault-Ferland
Chief Technology Officer
AZUR Technologies
http://www.xicommunity.ca
http://www.xiazur.com
http://endfunction.blogspot.com
Previous
Reply
Map
View

Click here to load this message in the networking platform