M
michael.esposito
I have four XML files that I want to read into a single dataset. This
dataset has four datatables that match the schma of the XML files. I am
having trouble doing this. I tried
xsdVideos.ReadXml(Server.MapPath(".\\xml") & "\categories.xml",
XmlReadMode.ReadSchema)
xsdVideos.ReadXml(Server.MapPath(".\\xml") & "\video_library.xml",
XmlReadMode.ReadSchema)
.......
but it did not work. Please help
Michael
dataset has four datatables that match the schma of the XML files. I am
having trouble doing this. I tried
xsdVideos.ReadXml(Server.MapPath(".\\xml") & "\categories.xml",
XmlReadMode.ReadSchema)
xsdVideos.ReadXml(Server.MapPath(".\\xml") & "\video_library.xml",
XmlReadMode.ReadSchema)
.......
but it did not work. Please help
Michael