qazs
11-28-2004, 12:27 PM
I'm creating a database web site for the first time so
I need to get some advice from you all.
The situation is like this:
Lets say a user wants to shortlist some people.
So the shortlisted personnels will remain somewhere where
the user can easily look up.
The question now is, should I use a database or files to do this?
I'm just saving some user ids of people, mainly just some
numbers. So I think it's too troublesome to create a database to
store those information. But writing the info to some files also seems a bit awkard.
If i were to use the file method, every users will have their own text file
consisting of the shortlisted personnels' ids.
So, which do you think is the better way? Database or files?
Thanks for any suggestions.
I need to get some advice from you all.
The situation is like this:
Lets say a user wants to shortlist some people.
So the shortlisted personnels will remain somewhere where
the user can easily look up.
The question now is, should I use a database or files to do this?
I'm just saving some user ids of people, mainly just some
numbers. So I think it's too troublesome to create a database to
store those information. But writing the info to some files also seems a bit awkard.
If i were to use the file method, every users will have their own text file
consisting of the shortlisted personnels' ids.
So, which do you think is the better way? Database or files?
Thanks for any suggestions.