• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Need HELP on exporting MySQL table to XML

 
Greenhorn
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
i got a task to export a data from 1 table (which is in MySQL database).is there any tutorial or manual on how to do this?

one of the data field are using unicode character (i'm storing a multiple language character). how do this data will be transfered to the XML doc?

i hope to see any solution given on this topic. please help!
thanks
 
Marshal
Posts: 28193
95
Eclipse IDE Firefox Browser MySQL Database
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have no idea whether MySQL supports exporting a table in XML format. But if there's a tutorial about that, you would look on MySQL's web site. So that's where I would suggest looking.

And XML fully supports Unicode so all characters would (or should, assuming proper programming) be transferred to the document in a way that conforms with the XML recommendation.
 
reply
    Bookmark Topic Watch Topic
  • New Topic