How to prepare the XML file by using Database server
Hi All,
I have database with some table like
DNo DName Location Employees
10 IT Hyd 15
20 Sales Bangalore 29
----------------With some more records----------------
My requirement is now i want to send this datasource to somewhere in the form of XML file.
So We can't prepare again the XML file for those records
Is there any alternate solutions or tool to generate the XML file by using Database/Table
Can you tell me the process....