From: | <operationsengineer1(at)yahoo(dot)com> |
---|---|
To: | PostgreSQL Novice <pgsql-novice(at)postgresql(dot)org> |
Subject: | Storing Documents |
Date: | 2005-03-09 17:39:03 |
Message-ID: | 20050309173903.59600.qmail@web52403.mail.yahoo.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-novice |
i'm trying to store documents or links to documents
(excel, word, jpgs, etc... everyone uses windoze)
that will need to be referenced (eg, written
instructions that may need pictures to better explain
the information). can anybody share their experience
and suggest a best way to do this?
right now, i'm thinking that storing a link to the
file's server location is probably better than storing
the document in the db itself. i'm also thinking that
i could request that the only the file name be entered
into the db and then i could append the file name to
the directory link as required?
is this the best way? is there a hidden *gotcha*
involved that i might need to be aware of?
tia...
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
From | Date | Subject | |
---|---|---|---|
Next Message | Rerun | 2005-03-09 17:40:04 | Exporting tables |
Previous Message | Sean Montague | 2005-03-09 17:33:37 | Exporting Tables |