sasalabelle
New Member
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 requirementplease look at this\[code\] <table name="ex_name_details"> <column name="exId">1</column> <column name="exGroupId">3</column> <column name="exName">Arnold Press</column> </table>\[/code\]i am getting the above samplebut i need this in this formatt\[code\] <ex_name_details> <exId>1</exId> <exGroupId>3</exGroupId> <exName>Arnold Press</exName>\[/code\]i need this sample formatt .Using PhpMyAdminits 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.