How do I insert the data into CLOB field of Oracle [message #374809] |
Wed, 04 July 2001 01:54 |
Manjunath B R
Messages: 1 Registered: July 2001
|
Junior Member |
|
|
Hi,
I have been facing problem of inserting the data into the filed which has the datatype as CLOB. The database is running the ConText Server.
There is a HTML form where the users copy and paste their resume in the textarea of the HTML form. The form is submitted to a JSP file which connects to the Oracle database using JDBC. The data may contain any number of single quotes or double quotes. At this time I get "missing comma" error and if the data submitted is large i get "string literal too long" exception.
|
|
|
|