Blob manipulation

[Quoted]
From: Aviran Levy <avlevy2k_at_hotmail.com>
Date: Wed, 24 Oct 2001 10:29:43 -0400
Message-ID: <ZfAB7.133$0N4.17635_at_news.shore.net>



Hi,
[Quoted] From a java application I'm trying to do:
...

Blob b = rs.getBlob("ZIP_FILE");
b.setBytes(1,byteArray);
...

but apparently I get a runtime exception since my oracle jdbc driver doesn't [Quoted] have implementation for the setBytes method. I probably need a newer oracle [Quoted] jdbc driver. Is anyone know where can I find one? Is anyone having that problem too?
My goal is to store a zip file on the Oracle server and manipulate it from [Quoted] the java application (avoiding calls for store procedures). If anyone knows [Quoted] [Quoted] a better way to do that then please... I'll appreciate any help about it. [Quoted] [Quoted] Note: to use setBytes you have to use JDK1.4 Thanks,
-- Avi Received on Wed Oct 24 2001 - 16:29:43 CEST

Original text of this message