I dont know much about sql data base, so kindly request to undersatnd my problem.
I have task to store sql data to care dat base, so i am adopting the flow , i will export the data in xml format and parse it in core data base, so i am exporting data from sql data base into xml format but the format not coming upon my requirement
please look at this
<table name="ex_name_details">
<column name="exId">1</column>
<column name="exGroupId">3</column>
<column name="exName">Arnold Press</column>
</table>
i am getting the above sample
but i need this in this formatt
<ex_name_details>
<exId>1</exId>
<exGroupId>3</exGroupId>
<exName>Arnold Press</exName>
i need this sample formatt .
Using PhpMyAdmin
its a sample but, i need to parse huge data, so please help
i should ask this question in other expert area but, i have full faith on you friends .
please answer.