I'd like to write an application in Java that write in a Table say myTable constructed as follow:
myTable (int primaryKey, Clob myClob).
The element to Insert in the Clob field is String which have more than 3000 characters.
How can I convert String to Clob?
Thanks
Mirinda
Start Free Trial