Problem using LargeObjects

Поиск
Список
Период
Сортировка
От Rajesh Balla
Тема Problem using LargeObjects
Дата
Msg-id ODONNMAJCFELOAAA@mailcity.com
обсуждение исходный текст
Список pgsql-jdbc
Problem with LargeObjects

When I used
prepstmt.setBytes(3,bytearray);
the following exception was thrown by the driver: postgresql.fp.error

This exception is being thrown by the fastpath function of the Fastpath class as a result of the call
fp.fastpath("lowrite",false,args)in LargeObject's "write" method. 
What is the reason for this error?
What is the solution.

Thank you very much
Rajesh


Get 250 color business cards for FREE!
http://businesscards.lycos.com/vp/fastpath/

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

Предыдущее
От: Matthew Hyatt
Дата:
Сообщение: Another Problem Connecting to JDBC7.0
Следующее
От: "Rajesh Balla"
Дата:
Сообщение: Problem with LargeObjects (client code attached)