Wednesday, 18 September 2013

Creating a XML file from a SQL database using Java

Creating a XML file from a SQL database using Java

There seems to be no information on this anywhere.
In anycase, I've been asked to create a Java program that takes
information from a SQL database and creates a XML file.
I can see I'm going to be using the DocumentBuilder tool. However, I'm not
sure exactly how to implement or how to begin, considering it's SQL.
The Database has not been created yet.
Thanks in advance.

No comments:

Post a Comment