Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Create Dataset from XML string
Message
De
16/04/2003 16:35:37
 
 
À
16/04/2003 16:17:31
Information générale
Forum:
ASP.NET
Catégorie:
ADO.NET
Divers
Thread ID:
00778601
Message ID:
00778609
Vues:
10
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform