Open bytea files (images, docs, excel, PDF) stored in Postgresql using a Microsoft Access form

From: "Aitor Gil Martin" <agmartin(at)getxo(dot)net>
To: <pgsql-general(at)postgresql(dot)org>
Subject: Open bytea files (images, docs, excel, PDF) stored in Postgresql using a Microsoft Access form
Date: 2013-06-07 09:35:21
Message-ID: 90CE4B0AFAA6E44C826E29306F865C7801583A94@eposta.GETXO.ORG
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi,

I,ve got a clients table in PostgreSQL. Each client has different
documents (more than 7.000 files in total in different extensions JPG,
XLS,DOC,PDF...) stored in a bytea field in another PostgreSQL Table. My
intention is to create a form using Microsoft Access (or some other
software) to be able to manage those files (Add more files, modify files
or delete files).

What should I do in order Access could understand (open) each file or
store new files?

Regards,

Aitor

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Rebecca Clarke 2013-06-07 10:30:18 Function tracking
Previous Message Albe Laurenz 2013-06-07 08:22:49 Re: PostgreSQL Synchronous Replication in production