Re: [GENERAL] Graphics Supported?

From: Peter T Mount <peter(at)retep(dot)org(dot)uk>
To: Bernie <bfb(at)att(dot)net>
Cc: PostgreSQL- general <pgsql-general(at)postgresql(dot)org>
Subject: Re: [GENERAL] Graphics Supported?
Date: 1999-01-19 21:08:51
Message-ID: Pine.LNX.4.04.9901192108010.14361-100000@maidast.retep.org.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Wed, 13 Jan 1999, Bernie wrote:

> Is it possible to store a gif or jpg image
> in a PG database, then retrieve the image
> and display it on a web page?
>
> If so, how do you create the table?

Take a look at the ImageViewer example that's included with the JDBC
driver (src/interfaces/jdbc/example)

Peter

--
Peter T Mount peter(at)retep(dot)org(dot)uk
Main Homepage: http://www.retep.org.uk
PostgreSQL JDBC Faq: http://www.retep.org.uk/postgres
Java PDF Generator: http://www.retep.org.uk/pdf

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Peter T Mount 1999-01-19 21:16:50 Re: [GENERAL] Access database from PostgreSQL?
Previous Message Herouth Maoz 1999-01-19 15:40:43 Re: [GENERAL] Another one! :) How to convert char(1) to boolean without re-exporting tables.