RE: Large Objects - Mailing list pgsql-jdbc

From Kovács Péter
Subject RE: Large Objects
Date
Msg-id 8A2DDD7ED7876A4698F6FF204F62CBFCD2FE60@budg112a.sysdata.siemens.hu
Whole thread Raw
In response to Large Objects  (Daniel Fisher <dfisher@vt.edu>)
Responses RE: Large Objects
List pgsql-jdbc
This would be the standard way of inserting Large Objects. But last time I
looked at it, it did not work with the jdbc implementation provided with
pgsql.

-----Original Message-----
From: Nils O. Selåsdal [mailto:noselasd@frisurf.no]
Sent: Friday, July 27, 2001 9:44 PM
To: daniel.fisher@vt.edu; Daniel Fisher; pgsql-jdbc@postgresql.org
Subject: Re: [JDBC] Large Objects

if you want to insert Large Objects, you need to use one of the setXXXStream

of the statement, not setBytes.


pgsql-jdbc by date:

Previous
From: "Dave Cramer"
Date:
Subject: RE: Large Objects
Next
From: Bruce Momjian
Date:
Subject: Re: [PATCHES] Merging JDBC1 and JDBC2 similarities