Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Dataset or XML
Message
From
13/10/2003 09:17:58
 
General information
Forum:
ASP.NET
Category:
Other
Title:
Miscellaneous
Thread ID:
00837727
Message ID:
00838052
Views:
31
>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
Previous
Reply
Map
View

Click here to load this message in the networking platform