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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.