aspose file tools
The moose likes JDBC and the fly likes how to convert data to xml file Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Databases » JDBC
Reply Bookmark "how to convert data to xml file" Watch "how to convert data to xml file" New topic
Author

how to convert data to xml file

Gautam s verma
Greenhorn

Joined: Sep 15, 2010
Posts: 1
please can any one help me to pick the data from data base and convert it into the xml file save to the computer...m stuck
Wouter Oet
Saloon Keeper

Joined: Oct 25, 2008
Posts: 2700

Welcome to the JavaRanch.

Please ShowSomeEffort and TellTheDetails.


"Any fool can write code that a computer can understand. Good programmers write code that humans can understand." --- Martin Fowler
Please correct my English.
Campbell Ritchie
Sheriff

Joined: Oct 13, 2005
Posts: 32654
    
    4
Not a "beginning" topic. I shall move this thread, not quite sure where, but shall try our databases forum.
Rene Larsen
Ranch Hand

Joined: Oct 12, 2001
Posts: 1179

Which database ??

With oracle you can do a select, and get the output (result) as XML.


Regards, Rene Larsen
Dropbox Invite
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: how to convert data to xml file
 
Similar Threads
xml to xslt...
Mapping xmlschema into excel sheet
How to do XML to DB using Message Driven Bean?
How to store an XML file as a string in database and retrieve in Java code
Is there an easy way