Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MikeeOK on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by rfemmer

  1. rfemmer

    VB.Net Convert Large XML file to dataset

    Can anyone tell me the best way to convert a large xml file to a dataset with VB.Net? I've tried: Dim ds As New DataSet ds.ReadXml("C:\MyLargeXMLFile.xml") Also tried using the XMLTextReader: Dim myXMLfile As String = "C:\MyLargeXMLFile.xml" Dim fsReadxml As System.IO.FileStream = New...

Part and Inventory Search

Back
Top