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!
XML format:
<Server>
<Name></Name>
<Ip></Ip>
<OS></OS>
</Server>
The XML file has 10 of these records.
Thanks!