DataSetName.ReadXML(@"Path:\filename.xml");
[quoted text, click to view] "VB Programmer" <growN0SPAM@go-intechN0SPAM.com> wrote in message
news:%23wswLBQOEHA.3708@TK2MSFTNGP10.phx.gbl...
> 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!
>
>