XML Files and Database
Hi,
I am developing a GUI tool for reports. I first show the user with a GUI using which he will build the query and generate the results with the query. Now he will save the results.These results can be used as reports by another GUI. Option one is I want to save these results in XML file and retrieve it with the XML parser as reports. The other option is saving the results in DB and retrive it with the JDBC API. I think XML is faster than making connections to the DB to first save and retrieve. Can anyone suggest which is appropriate and why.
Thanks,
Ashok Vytla

