Hi All,
I am new to MySQL and to DB in general, so I appreciate any help with this problem.
I have the following objects:
Article - Name, CreationDate, Auther, URL.
Users - FirstName, LastName, email, BirthDate.
I would like to create a favorite folder - so that each user can have a list of articles that are his favorites ones.
Each time the user login to the site he should see the list of his favorite articles.
In java I will save this list in a collection (e.g. Vector or Array). What is the best way to save it in the MySQL DB? Which data type should I use?
Thanks!
Bazoo.
I am new to MySQL and to DB in general, so I appreciate any help with this problem.
I have the following objects:
Article - Name, CreationDate, Auther, URL.
Users - FirstName, LastName, email, BirthDate.
I would like to create a favorite folder - so that each user can have a list of articles that are his favorites ones.
Each time the user login to the site he should see the list of his favorite articles.
In java I will save this list in a collection (e.g. Vector or Array). What is the best way to save it in the MySQL DB? Which data type should I use?
Thanks!
Bazoo.