LargeObject.write(byte[] buf) method

Поиск
Список
Период
Сортировка
От Rafal Piotrowski (CSCS)
Тема LargeObject.write(byte[] buf) method
Дата
Msg-id 383A7857.FB262E11@CSCS.CH
обсуждение исходный текст
Список pgsql-interfaces
Hi,

Configuration:
- PostgreSQL 6.5.1
- JDBC for JDK 1.2

Problem:

Why if the object is big (in my case 922176 bytes) the write(byte[]
buf)  method in LargeObject class fails. But if I use 
write(byte[] buf, int off, int len) and write data in junks for example
4096 bytes, everything is OK.

Does anyone have an idea why?

thanks,

RP
-- 
..............................................................................
:           Rafal Piotrowski             :
mailto:Rafal.Piotrowski@CSCS.CH   :
:          Research Scientist            :
http://www.cscs.ch/~rpiotrow      :
: Centro Svizzero di Calcolo Scientifico : Tel.: +41 (0)91 610
8211          :
:       Via Cantonale, Galleria 2        :       +41 (0)91 610 8315
(direct) :
:       CH-6928 Manno, Switzerland       : Fax:  +41 (0)91 610
8383          :
..............................................................................


В списке pgsql-interfaces по дате отправления:

Предыдущее
От: "Rafal Piotrowski (CSCS)"
Дата:
Сообщение: problem : InputStream as parameter not supported
Следующее
От: Rudolf ter Haar
Дата:
Сообщение: Re: A Question about Large Object