Hi there,
I am quite new to XML. I am attempting to write a program which takes information from a database and places it into an XML file. I have attempted this using VB in two different ways. Firstly, I simply used File System Objects to write the data - formating it through VB6. Then, I also did it using the DOM, appending each child etc. Both ways created the XML file perfectly. My problem is speed. Using FSO, it took 23.5 seconds, using DOM it took 24.5 seconds. The database will be growing continually so a more efficient method is required. Can anybody suggest if VB.net would be any quicker? Or if there is another method that I'm not aware of? Any help would be hugely appreciated.
Thanks,
Sera
I am quite new to XML. I am attempting to write a program which takes information from a database and places it into an XML file. I have attempted this using VB in two different ways. Firstly, I simply used File System Objects to write the data - formating it through VB6. Then, I also did it using the DOM, appending each child etc. Both ways created the XML file perfectly. My problem is speed. Using FSO, it took 23.5 seconds, using DOM it took 24.5 seconds. The database will be growing continually so a more efficient method is required. Can anybody suggest if VB.net would be any quicker? Or if there is another method that I'm not aware of? Any help would be hugely appreciated.
Thanks,
Sera