Problem using LargeObjects

From: "Rajesh Balla" <bnrajesh(at)lycos(dot)com>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: Problem using LargeObjects
Date: 2001-04-20 14:28:47
Message-ID: ODONNMAJCFELOAAA@mailcity.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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/

Browse pgsql-jdbc by date

  From Date Subject
Next Message Rajesh Balla 2001-04-20 14:36:45 Problem with LargeObjects (client code attached)
Previous Message Peter Peltonen 2001-04-20 11:52:22 Re: 7.1 RPM has old JDBC driver - SQL statement too long