Largeobjects and JDBC - Mailing list pgsql-interfaces

From johan@webgate.se
Subject Largeobjects and JDBC
Date
Msg-id 199910080745.JAA13186@webgate.se
Whole thread Raw
List pgsql-interfaces
Hi

I found docs on how to use largeobjects in java but I can't seem to 
get it working.

I've problem with the following code (basically the code I found on 
the Internet.
try {ps = con.prepareStatement("insert into images values
(?,?)");ps.setString(1,fil.getName());ps.setBinaryStream(2,fis,(int)fil.length());ps.executeUpdate();ps.close();}catch
(SQLExceptionsqle) {System.out.println("SQL: " + 
 
sqle.getMessage()); }

This code prints the following SQLException
SQL: This method is not yet implemented.

Im using the latest JDBC-driver (I think, I compiled it from 
postgresql-6.5.2 source).

Does anyone out there have a clue on what I'm doing wrong?

Thanx

.johan
________________________________________________________________
Johan Warman
Norling Education AB
Anders Karlssonsgata 7
417 55 Göteborg

Tel: 031-223159
Fax: 031-7792847
e-post: johan@webgate.se
________________________________________________________________
The mouse has been moved, please restart your
MS Windows for changes to take effect.


pgsql-interfaces by date:

Previous
From: Constantin Teodorescu
Date:
Subject: Re: [INTERFACES] pgaccess: libpgtcl.so not found
Next
From: Dave Page
Date:
Subject: RE: [INTERFACES] pgAdmin v6.5.2 Released