Problem using LargeObjects - Mailing list pgsql-jdbc

From Rajesh Balla
Subject Problem using LargeObjects
Date
Msg-id ODONNMAJCFELOAAA@mailcity.com
Whole thread Raw
List 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 by date:

Previous
From: Matthew Hyatt
Date:
Subject: Another Problem Connecting to JDBC7.0
Next
From: "Rajesh Balla"
Date:
Subject: Problem with LargeObjects (client code attached)