Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: problems with LONGVARCHAR in JDBC Oracle driver...
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
![]() |
![]() |