Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Dataset or XML
Message
De
13/10/2003 09:17:58
 
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Titre:
Divers
Thread ID:
00837727
Message ID:
00838052
Vues:
32
>This is what i use in C# to convert XML Returned from VFP into a C# dataset
>
>System.Xml.XmlTextReader textReader = new System.Xml.XmlTextReader("http://yoururl");
>DataSet hodataset = new DataSet("yourtablename");
>hodataset.ReadXml(textReader);

Instead of passing a URL, what would be modified to support an XML string?

Also, are you sure it's a table name and not the DataSet name on line two?
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform