how to insert a clob data
843854Jan 21 2003 — edited Sep 6 2005Friends, before I posted it I had searched the entire JDBC forum for the answer in how to insert a clob data,but everywhere I got vague answer.
I have a string of 9000 lenght and hence I couldnot use setString method of PreparedStatement class.And I dont know how convert the string to clob type and use the setClob method of PreparedStatement.
Please give me a sample code.
Thanks
MS