aspose file tools
The moose likes JDBC and the fly likes Converting String to Clob 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 "Converting String to Clob" Watch "Converting String to Clob" New topic
Author

Converting String to Clob

Nazmul Bhuiyan
Greenhorn

Joined: May 23, 2002
Posts: 17
I�m getting a clob object from the database and converting to string by getSubString(pos, length) and displaying string in the screen.

But need to convert the string to clob to store back to database.

I've looked in the API but couldn't figure this out by self.

Thanks

Naz
Vijayender Bandaru
Greenhorn

Joined: Nov 21, 2006
Posts: 21
see if this helps
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Converting String to Clob
 
Similar Threads
Issue in CLOB insertion
Restrictions constraints in Hibernate
XML String to CLOB
String to CLOB conversion
string to clob without database connection