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 -> Re: How can I store large strings?

Re: How can I store large strings?

From: Filip Hanik <fhanik_at_digitalworkforce.net>
Date: Fri, 2 Jul 1999 10:14:46 -0700
Message-ID: <jq6f3.385$FE6.10468@typhoon-sf.snfc21.pbi.net>


You have to use a prepared or a callable statement.

In either one of these you have the methods setAsciiStream, setBinaryStream, setBlob

Filip

Anastasios Kotsikonas <tasos_at_csa.bu.edu> wrote in message news:7lih2p$pvv$1_at_news1.bu.edu...
>
> Hi all,
>
> how do I insert a long string (say 64K) into an Oracle column via JDBC?
> I am looking for the data type primarily... CLOB and LONG throw a 'string
> literal too long' after 4K....
>
> Is there ANY way to do this? And how does one insert binary data, like
> pictures, from JDBC?
>
> thanks
>
> tasos
Received on Fri Jul 02 1999 - 12:14:46 CDT

Original text of this message

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