| From: | Steffen Zimmert <szimmert(at)crcg(dot)edu> |
|---|---|
| To: | Herouth Maoz <herouth(at)oumail(dot)openu(dot)ac(dot)il> |
| Cc: | pgsql-interfaces(at)postgreSQL(dot)org |
| Subject: | Re: JDBC:Using Large Objects |
| Date: | 1999-06-22 19:04:01 |
| Message-ID: | 376FDE21.E8EEE3EF@crcg.edu |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general 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(at)crcg(dot)edu
| From | Date | Subject | |
|---|---|---|---|
| Next Message | herouth maoz | 1999-06-22 21:12:51 | Re: JDBC:Using Large Objects |
| Previous Message | Steffen Zimmert | 1999-06-22 18:38:12 | JDBC:Using Large Objects |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | robert_hiltibidal_at_cms08405 | 1999-06-22 19:44:48 | Re[2]: [INTERFACES] Perl Interface |
| Previous Message | robert_hiltibidal_at_cms08405 | 1999-06-22 18:46:33 | Perl Interface |