Re: Trouble with PreparedStatement.setBinaryData or setBytes()

Поиск
Список
Период
Сортировка
От Alfredo Rico
Тема Re: Trouble with PreparedStatement.setBinaryData or setBytes()
Дата
Msg-id 89cc056d0509271153168e1b72@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Trouble with PreparedStatement.setBinaryData or setBytes()  (Kris Jurka <books@ejurka.com>)
Список pgsql-jdbc
Kris,
Thank you Thank you Thank you Thank you Thank you Thank you Thank you Thank you Thank you Thank you Thank you Thank you Thank you Thank you Thank you Thank you

Thank you Kris... That's was the solution to all problem. Using JDBC driver for PostgreSQL v.8.0 was the solution, I was using JDBC version 7.4 Build 216 becuase I'm working with PostgreSQL v7.4.7.

Kris, anew thank you so much...

Warm Regards.-
Alfredo Rico.-

On 9/27/05, Kris Jurka <books@ejurka.com> wrote:


On Tue, 27 Sep 2005, Alfredo Rico wrote:

> If input file (pdf, doc, png, txt whatever...) exceed 2 MB
> I have the following exception:
>
> java.lang.OutOfMemoryError: Java heap space
>

You should try upgrading to the 8.0 driver which does a much better job of
memory management and streaming data to the server.

Kris Jurka


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

Предыдущее
От: Kris Jurka
Дата:
Сообщение: Re: Trouble with PreparedStatement.setBinaryData or setBytes()
Следующее
От: Joost Kraaijeveld
Дата:
Сообщение: Re: Exception storing ipaddress with JBoss after upgrade to