Re: image storing

From: "Adam Lang" <aalang(at)rutgersinsurance(dot)com>
To:
Cc: "PGSQL General" <pgsql-general(at)postgresql(dot)org>
Subject: Re: image storing
Date: 2000-10-06 18:18:38
Message-ID: 00f701c02fc1$d9bb53a0$330a0a0a@6014cwpza006
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Yeah, that is what I was thinking... except I would like to keep the
existing Access front end... And the front end displays the pathnames as a
"hyperlink" data type. I figure I'll have to change that to a string...
just not sure how to keep it so they can just "click" on it and display the
file.

Adam Lang
Systems Engineer
Rutgers Casualty Insurance Company
----- Original Message -----
From: <bmccoy(at)chapelperilous(dot)net>
To: "Adam Lang" <aalang(at)rutgersinsurance(dot)com>
Cc: "PGSQL General" <pgsql-general(at)postgresql(dot)org>
Sent: Friday, October 06, 2000 2:09 PM
Subject: Re: [GENERAL] image storing

> On Fri, 6 Oct 2000, Adam Lang wrote:
>
> > Has anyone setup a postgres server that stores the location of images
(or
> > any file) and is accessed by a windows based client? In particular
postgres
> > running on a non-windows OS.
>
> Yes, but the access was via a web browser interface. I just stored the
> pathnames in the database. I had postgres running on a Linux box, and the
> images themseleves were on a RAID served through Novell, then converted
> into PDF images and stored on another RAID served through Linux. If you
> set up Samba, you could still get to the images even if they were on a
> Linux box, but the web browse interface (using Perl as the development
> langauge) was by far the easier to use for building an application.
>
> Brett W. McCoy
>
http://www.chapelperilous.net
> --------------------------------------------------------------------------
-
> design, v.:
> What you regret not doing later on.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tim McKenna 2000-10-06 18:43:23 Re: Using Microsoft Access as front end to Postgres
Previous Message bmccoy 2000-10-06 18:09:53 Re: image storing