Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Dataset or XML
Message
 
To
10/10/2003 22:27:40
General information
Forum:
ASP.NET
Category:
Other
Title:
Miscellaneous
Thread ID:
00837727
Message ID:
00837992
Views:
28
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.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform