hi,
i'm wanting to construct a clob (from various pieces of information) and save to a database.
now, i have managed to write a clob value to the database using the 'setClob' in an 'prepared statement' update statment.
however, i am struggeling to create a clob in the first case to write out.
I am aware of the clob.setString(int,String) method, but how do i create a clob in the first case to set the bits of?
i'm wanting to construct a clob (from various pieces of information) and save to a database.
now, i have managed to write a clob value to the database using the 'setClob' in an 'prepared statement' update statment.
however, i am struggeling to create a clob in the first case to write out.
I am aware of the clob.setString(int,String) method, but how do i create a clob in the first case to set the bits of?