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

Click here to load this message in the networking platform