Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

writing to a clob

Status
Not open for further replies.

Toe

Programmer
Oct 26, 2001
71
GB
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?

 
thanks - i am actually using an oracle database.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top