Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> 2K Character Question
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
![]() |
![]() |