Re: JDBC:Using Large Objects - Mailing list pgsql-interfaces

From Steffen Zimmert
Subject Re: JDBC:Using Large Objects
Date
Msg-id 376FDE21.E8EEE3EF@crcg.edu
Whole thread Raw
In response to Re: JDBC:Using Large Objects  (Herouth Maoz <herouth@oumail.openu.ac.il>)
Responses Re: JDBC:Using Large Objects  (herouth maoz <herouth@oumail.openu.ac.il>)
List pgsql-interfaces
Herouth Maoz wrote:
> 
> At 21:38 +0300 on 22/06/1999, Steffen Zimmert wrote:
> 
> > I created the associated database table with the following statement:
> > create table images (imgname name, imgoid oid);

> Well, if it's defined as an oid, and you pass an array of bytes to it, it
> certainly won't work. An oid is a four-byte integer, not a byte array.

I see. But this is the way it is described in the JDBC docs, at page
167. Is there a way to save a Byte array in the PostgreSQL database? 

-- 
Best Regards,
Steffen Zimmert


Steffen Zimmert
Fraunhofer Center for Research in Computer Graphics
Providence, Rhode Island, USA
email: szimmert@crcg.edu


pgsql-interfaces by date:

Previous
From: Herouth Maoz
Date:
Subject: Re: JDBC:Using Large Objects
Next
From: Peter Mount
Date:
Subject: RE: [INTERFACES] JDBC:Using Large Objects