Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Dataset or XML
Message
 
À
10/10/2003 22:27:40
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Titre:
Divers
Thread ID:
00837727
Message ID:
00837992
Vues:
27
This message has been marked as a message which has helped to the initial question of the thread.
Hi Mike,

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);

Regards
Fred Besterwitch, MCP

The harder you work. The luckier you get.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform