Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
StringReader is Slow
Message
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Titre:
StringReader is Slow
Divers
Thread ID:
00932551
Message ID:
00932551
Vues:
76
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform