Link to home
Start Free TrialLog in
Avatar of Mirinda
Mirinda

asked on

convert String to Clob

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
ASKER CERTIFIED SOLUTION
Avatar of gsatsan
gsatsan

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Mirinda
Mirinda

ASKER

Thanks gsatsan..