Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Data from XML not being read to dataset
Message
From
12/08/2010 19:11:35
 
 
To
12/08/2010 17:53:48
Timothy Bryan
Sharpline Consultants
Conroe, Texas, United States
General information
Forum:
ASP.NET
Category:
XML
Environment versions
Environment:
VB 9.0
Miscellaneous
Thread ID:
01476381
Message ID:
01476408
Views:
46
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.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform