JDBC reading raw(2000)

From: Marco Jacob <MJacob_at_picture-safe.de>
Date: Mon, 08 Jun 1998 16:17:11 +0200
Message-ID: <357BF267.5E6960F8_at_picture-safe.de>



Hi there,

I try to read a column from an Oracle 8 table that holds 2000 Bytes of raw data. The bytes have been written correctly by JDBC with

   <PreparedStatement>.setBytes(1, byte[]). The data of 2000 bytes is stored. But I get only 255 bytes when I try to read that column with

   <ResultSet>.getBytes(1)

Why do I only get 255 bytes and how can I solve the problem??

-- 
+---------------+---------------------------------------+

| Marco Jacob | picture/safe MEDIA/DATA/BANK GmbH |
+---------------+------+--------------------------------+
| Software Development | mailto:mjacob_at_picture-safe.de |
| Lueerstr. 3 | phone: +49 511/85620-54 |
| D-30175 Hannover | fax: +49 511/85620-10 |
+----------------------+--------------------------------+
Received on Mon Jun 08 1998 - 16:17:11 CEST

Original text of this message