Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
ReadXmlFileToDataSet()
Message
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Miscellaneous
Thread ID:
00956485
Message ID:
00957709
Views:
15
Bill,

If you do use the DataSet.ReadXML() to read an XML file that is rather large, you can see some performance issues. I would either create a Typed DataSet for it, or try ds.ReadXml("filename.xml", XmlReadMode.IgnoreSchema)

Morgan

>Bill,
>
>>I am referring to the mmBusinessObject.ReadXmlFileToDataSet(). Used in a business object, I have managed to create a DataSet with the above functionality, but am unable to address the objects (data elements) to populate the DataSet.
>
>Gotcha...that method is best used for XML files with in-line schemas. Ultimately, as I mentioned previously, you can simply use one of the DataSet.ReadXML() overloads to read the XML file into a DataSet.
>
>Regards,
Previous
Reply
Map
View

Click here to load this message in the networking platform