Friday, March 23, 2012

Related Tags

I have a "tagged" aplication, my model is something like:
-Item-
Id_Item
Item_Name
-Tag-
Id_Tag
Tag_Name
-Item-Tag-
Id_Item
Id_Tag
I want a stored procedure that returns me all items names in a column
and in other column all tags (separated by commas)
Item_Name Item_Tags
C#Course C#, .NET, Tutorial, Programming
Can you give some advise of how to implement it?
Best Regards
Fabio CavassiniHello, Fabio
See: http://www.aspfaq.com/show.asp?id=2529
Razvan

No comments:

Post a Comment