Hi,

I have a table with a CLOB datatype field. My application is being written in VC++, where i am generating an insert into string, where i am trying to insert data into that particular CLOB field using a variable which contains the data.

I cannot insert data into the table. Can anyone please tell me how to insert data into a Long Raw/Clob or Blob field.

Thanks