aspose file tools
The moose likes Java in General and the fly likes transfer data from xml to database table ? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Java in General
Reply Bookmark "transfer data from xml to database table ?" Watch "transfer data from xml to database table ?" New topic
Author

transfer data from xml to database table ?

majid nakit
Ranch Hand

Joined: Jun 26, 2001
Posts: 160
Hi,

I have an assighnement to transfer or export all the data from an XML file to a database table , can you please help me, is there any java program that does this ?
thanks
Joanne Neal
Rancher

Joined: Aug 05, 2005
Posts: 3011
    
    9
Java XML tutorial
JNDI tutorial

These will show you how to work with XML and databases in Java.
Have a read, try a few things out and if you have any problems, come back and ask more questions.


Joanne
Bert Bates
author
Sheriff

Joined: Oct 14, 2002
Posts: 8712
let's slide this over to the intermediate forum...


Eliminate fossil fuel subsidies. (If you're not on the edge, you're taking up too much room.)
Paul Clapham
Bartender

Joined: Oct 14, 2005
Posts: 16483
    
    2

To learn how to work with databases you should read the JDBC tutorial, not the JNDI tutorial.
Joanne Neal
Rancher

Joined: Aug 05, 2005
Posts: 3011
    
    9
Thanks Paul. Getting my acronyms mixed up there.
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: transfer data from xml to database table ?
 
Similar Threads
About XML
inserting xml strings
Copying data from one DB to another
Sybase Database to XML
inserting xml string into oracle database