Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
StringReader is Slow
Message
 
To
All
General information
Forum:
ASP.NET
Category:
Other
Title:
StringReader is Slow
Miscellaneous
Thread ID:
00932551
Message ID:
00932551
Views:
77
DataSet loDSZips = new DataSet();
loDSZips.ReadXml( new StringReader(lcXML) );
In the above lines of code lcXML is an XML string that is returned by a VFP DLL using
cursortoxml(). The method call to get a rather large string takes maybe 2 seconds, the ReadXml() call in the above code takes over 30 seconds.

Is there a faster way to get an XML string into a dataset?
Eric Kleeman - EDS Consulting Services
MCP Visual FoxPro
MCSD C#.NET
Hua Hin Thailand
Los Angeles California
Next
Reply
Map
View

Click here to load this message in the networking platform