Re: Handling clob values in JBDC in a database independent way
Posted By:
Thanabalasingam_Kamalanesan
Posted On:
Monday, April 16, 2001 10:07 PM
first store empty_clob().then get resultset by sql query(in this case you want to lock record for this purposeyou can use "for update").
clob.getcharcterstream().then you can handle by java.io.*, and you can directly write on that charcterstream.