Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> 2K Character Question

2K Character Question

From: Chris Boyd <cboyd_at_eimages.usweb.com>
Date: 1998/01/26
Message-ID: <34CCD46C.1FF@pittsburgh.usweb.com>#1/1

I am trying to read a textarea from a web form and insert the data into a table that has a LONG column. The textarea comes in as a string and is sometimes larger than 2k characters. I had been doing an insert like so: insert into table values ( '<textarea string>' )

when I make this insertion call, I get the 'string literal too long' error message. Is there a way to work around that 2k limit?

Thanks Received on Mon Jan 26 1998 - 00:00:00 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US