Re: Problems with truncated BLOB

Поиск
Список
Период
Сортировка
От Barry Lind
Тема Re: Problems with truncated BLOB
Дата
Msg-id 3C01A2AA.2030902@xythos.com
обсуждение исходный текст
Ответ на Problems with truncated BLOBs  (Mihael Vrbanec <miqster@gmx.net>)
Список pgsql-jdbc
Mihael,

Could you send a test case that demonstrates the problem?  Ideally a
sample java program that will upload one of the problem files, and then
another program that tries to download the file showing the problem you
have having.

Also, which version of the jdbc driver are you using?  (the version that
came with 7.1, or something newer)

thanks,
--Barry


Mihael Vrbanec wrote:

> Hi,
>
> I am trying to store different binary files as blobs in the database but
> when I retrieve anything other than a text-file I get only a part of the
> stored file.
> The percentage of data I get out of the database varies from file to
> file (68bytes of a 370k .doc-file, ~300k of a ~900k .bmp-file) but stays
> constant for each individual file.
> I am not using the postgres-extensions to the JDBC-API. Is this a know
> issue or am I doing something wrong (large text-files seem to work
> perfectly)??
>
> I am using:
> Linux 2.4
> jdk 1.3.1
> postgres 7.1.2/3
>
> Thanx for you help!!
>
> bxe Miq
>



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

Предыдущее
От: Mihael Vrbanec
Дата:
Сообщение: Problems with truncated BLOBs
Следующее
От: Guillaume.Bonnet@alcatel.fr
Дата:
Сообщение: ERROR WHEN I LOAD A LARGE OBJECT