Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
XML and DataSets
Message
Information générale
Forum:
ASP.NET
Catégorie:
ADO.NET
Divers
Thread ID:
00951360
Message ID:
00951376
Vues:
7
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform