Hello,
Does anyone know how to insert into an Oracle CLOB field in ASP?

I was able to read from the CLOB field by using the GetChunk method - for
example: <td><%=(Recordset1.Fields.Item("CLOBFIELD").GetChu nk(50000))%></td>

I understand that AppendChunk will be used in the insertion?how can it be
implemented?

Thanks