Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Data from XML not being read to dataset
Message
De
12/08/2010 19:11:35
 
 
À
12/08/2010 17:53:48
Timothy Bryan
Sharpline Consultants
Conroe, Texas, États-Unis
Information générale
Forum:
ASP.NET
Catégorie:
XML
Versions des environnements
Environment:
VB 9.0
Divers
Thread ID:
01476381
Message ID:
01476408
Vues:
47
Tim, I think you're right. I just pulled out some old code I had...
      StringReader sr = new StringReader(cXml);
      DsData.ReadXml(sr,XmlReadMode.InferSchema);
      DsData.AcceptChanges();
I'd been using AcceptChanges, maybe it wasn't necessary, but I was using InferSchema as well....thanks.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform