How fill Dataset from XML file?

  • Thread starter Thread starter VB Programmer
  • Start date Start date
V

VB Programmer

How do I use an XML file to fill a dataset? Any code examples?

XML format:
<Server>
<Name></Name>
<Ip></Ip>
<OS></OS>
</Server>

The XML file has 10 of these records.

Thanks!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top