dbTalk Databases Forums  

Using FM for organizing documents

comp.databases.filemaker comp.databases.filemaker


Discuss Using FM for organizing documents in the comp.databases.filemaker forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Diego B
 
Posts: n/a

Default Using FM for organizing documents - 02-09-2010 , 03:21 PM






Hello everyone,

I would like to build a simple database to store and organize
documents.
In particular I would need to organize hundreds of .pdf (scientific
publications)
and would like to have a way to search by authors, year, journal, but
it would be great also to be able to "tag" each paper with different
arguments
(in a similar way social netwroks do tag web links)...
How would you modelize the database, remembering that in my
phylosophy, the
simpler the better (also since I will not be able to build something
too complex) ?

Thank you in advance,

Diego

Reply With Quote
  #2  
Old   
Christoph Kaufmann
 
Posts: n/a

Default Re: Using FM for organizing documents - 02-13-2010 , 04:10 AM






Diego B <messadua (AT) yahoo (DOT) it> wrote:

Quote:
I would like to build a simple database to store and organize
documents.
In particular I would need to organize hundreds of .pdf (scientific
publications)
and would like to have a way to search by authors, year, journal, but
it would be great also to be able to "tag" each paper with different
arguments
(in a similar way social netwroks do tag web links)...
How would you modelize the database, remembering that in my
phylosophy, the
simpler the better (also since I will not be able to build something
too complex) ?
You need one table where every record is a document. Create a cointainer
field and insert a reference to the document.

Bear in mind that the reference breaks if someone moves or renames the
document. So before you put the reference into your container field,
make sure the document is in a place where it may rest for ever.
BEverybody using your database needs a read-only-access to the folders
with the documents.

Add a bunch of text and date fields to your table in order to tag the
documents. This one table solution is the simplest way. You can work
with that, but will see the shortcomings soon enough.

A proper solution has
- an author table
- a join table linking the authors to the documents
- a tag table
- a join table linking the tags to the documents

--
http://clk.ch

Reply With Quote
  #3  
Old   
Diego B
 
Posts: n/a

Default Re: Using FM for organizing documents - 02-14-2010 , 03:09 PM



On Feb 13, 3:10*am, c... (AT) tele2 (DOT) ch (Christoph Kaufmann) wrote:
Quote:
Diego B <messa... (AT) yahoo (DOT) it> wrote:
I would like to build a simple database to store and organize
documents.
In particular I would need to organize hundreds of .pdf (scientific
publications)
and would like to have a way to search by authors, year, journal, but
it would be great also to be able to "tag" each paper with different
arguments
(in a similar way social netwroks do tag web links)...
How would you modelize the database, remembering that in my
phylosophy, the
simpler the better (also since I will not be able to build something
too complex) ?

You need one table where every record is a document. Create a cointainer
field and insert a reference to the document.

Bear in mind that the reference breaks if someone moves or renames the
document. So before you put the reference into your container field,
make sure the document is in a place where it may rest for ever.
BEverybody using your database needs a read-only-access to the folders
with the documents.

Add a bunch of text and date fields to your table in order to tag the
documents. This one table solution is the simplest way. You can work
with that, but will see the shortcomings soon enough.

A proper solution has
- an author table
- a join table linking the authors to the documents
- a tag table
- a join table linking the tags to the documents

--http://clk.ch
Wow : )

Thank you so much for the clear discussion on the topic,
now and once more I understand why the simpler is not always the
better...
I will try to follow your suggestions, and get back here in case of
issues,

Diego

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.