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: problems with LONGVARCHAR in JDBC Oracle driver...

Re: problems with LONGVARCHAR in JDBC Oracle driver...

From: <seetharaman.n_at_usa.net>
Date: Sat, 15 May 1999 23:24:25 GMT
Message-ID: <7hkvn8$nt5$1@nnrp1.deja.com>


hi all,

The problem got resolved...

I used the OCI driver in place of the thin driver, since there are some issues in the thin driver abt dealing with LONG

Secondly, i used PreparedStatement instead of CallableStatement; this worked for LONG upto 1MB (which is all i cared abt) tho the CallableStatement, which i'd used to call an Oracle7.3.4 stored procedure, didn't work for LONG of more than 32k, which is a bug, i guess...

situ

--== Sent via Deja.com http://www.deja.com/ ==-- ---Share what you know. Learn what you don't.--- Received on Sat May 15 1999 - 18:24:25 CDT

Original text of this message

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