Thread: RE: [INTERFACES] Trouble getting large objects

RE: [INTERFACES] Trouble getting large objects

From
Peter Mount
Date:
You must use transactions to access large objects. In Java/JDBC you need
to use the line:
conn.setAutoCommit(false);

Peter

-- 
Peter Mount
Enterprise Support
Maidstone Borough Council
Any views stated are my own, and not those of Maidstone Borough Council.



-----Original Message-----
From: Vegeta [mailto:vegeta@cuaima.ica.luz.ve]
Sent: Friday, January 07, 2000 4:52 PM
To: pgsql-interfaces@postgreSQL.org
Subject: [INTERFACES] Trouble getting large objects



I installed PostgreSQL 6.5.1 on SuSE Linux 6.2 and I am trying to get 
a Large Object using the JDBC driver extensions for
large objects, but I always get an exception indicating that the file
descriptor is 0. Why is this? 

Thanks,
Vegeta



************