aspose file tools
The moose likes JDBC and the fly likes store and retrieve xml in database using JDBC 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 "store and retrieve xml in database using JDBC" Watch "store and retrieve xml in database using JDBC" New topic
Author

store and retrieve xml in database using JDBC

luri ron
Ranch Hand

Joined: Dec 11, 2008
Posts: 86
what is best way to store/retrieve XML in database using JDBC?
ujjwal soni
Ranch Hand

Joined: Mar 28, 2007
Posts: 390
Hi,

There are two ways to do this. One is as CLOBs. In
Oracle 9i, these can be indexed and queried with XPath, although I'm not
sure that would be of any use to you. The other way is with an
object-relational mapping using the Oracle XML SQL Utility for Java.

Cheers!!!
Ujjwal B Soni <baroda, gujarat, india> <+919909981973>
"Helping hands are better than praying lips......"
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: store and retrieve xml in database using JDBC
 
Similar Threads
Hibernate xml file
MS Access query
Can I store objects
Hibernate - Newbie
Retrieving Database Table Column names using JDBC