H
Holy Samosa
I've only worked with very simple DataSets and database tables in the
past, so please forgive me if this is newbie question.
I'm trying to create a DataSet for items that can be associated with
any number of keyword tags (e.g. URL's tagged with keywords on
del.ico.us). Since a cell can't contain multiple values, what's the
proper way to represent the 1..n keywords for each row of the data?
Should the keywords be stored in a separate DataTable for each row?
I'm also very interested in using LINQ, if that would impact the
viable solutions.
Thanks!!
past, so please forgive me if this is newbie question.
I'm trying to create a DataSet for items that can be associated with
any number of keyword tags (e.g. URL's tagged with keywords on
del.ico.us). Since a cell can't contain multiple values, what's the
proper way to represent the 1..n keywords for each row of the data?
Should the keywords be stored in a separate DataTable for each row?
I'm also very interested in using LINQ, if that would impact the
viable solutions.
Thanks!!