posted 15 years ago
There are few tools that convert sql tables to a single XML file.
My database may not big as big as 4-5 tables, but I want to produce a program
that can flatten tables and convert them to a XML file (or store them in a XML file)
I do not have any dependencies as each of the tables are independent.
Thanks