Ask a Question related to Dreamweaver AppDev, Design and Development.
-
Raafat65 #1
Inserting into a CLOB in ASP
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
Raafat65 Guest
-
Inserting long strings into CLOB column
I have a chunk of text data that exceeds 4k bytes. I've created a table that has a column defined to be a CLOB. I'm using Oracle 8i and trying to... -
Oracle CLOB Update in CF
We have a form with two textareas. The action page updates two Oracle clob fields with the content from the textareas. If at least one of the... -
CLOB Inserts
Has anyone had problems trying to INSERT very long text strings into CLOB columns in a table? How do you insert text > 4k bytes in length into a... -
J2EE Datasource and CLOB
Has this issue been corrected? -
Oracle CLOB using DBI
Does someone have a working code sample of Perl/DBI returning a CLOB column from Oracle. Here is what I came up with, I counld not get ORA_CLOB...



Reply With Quote

