Wrox Programmer Forums
|
SQL Language SQL Language discussions not specific to a particular RDBMS program or vendor.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the SQL Language section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old June 30th, 2010, 09:19 AM
Registered User
 
Join Date: Jun 2010
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default Tag Query Help

Hello All,

I have two tables.

Products and Articles.

From the Products Table, I have the ProductName i want to focus on.

From The Articles Table, i have a tag cloud that the user can input tags as comma separated values.

What i'm trying to do is display a list of related products for a given article Tag Cloud.

In Psuedo code, what i want to do is

Get All related products where the ProductName matches any of the Article Tag Clouds.

Example table data:

two products:
product 1: Products.ProductName: The Best Vitamin C In The World!
product 2: Products.ProductName: Multi-Vitamins for the average joe
Aritcles.Tags = Vitamins, Vitamin A, Vitamin C, Multi-Vitamins

SO i need to query the system and get all products when viewing a given article.

THank you in advance for the help!
Reply With Quote





Similar Threads
Thread Thread Starter Forum Replies Last Post
Remove Namespace from tag using tag nisargmca XSLT 9 March 19th, 2010 06:40 AM
copying a tag to output based on a query anboss XSLT 6 July 17th, 2008 11:10 AM
HTML tag from C# or ASP.NET tag from javascript angshujit ASP.NET 2.0 Basics 3 February 16th, 2007 10:07 AM
HTML tag vs Body Tag CFGerry BOOK: Beginning CSS: Cascading Style Sheets for Web Design ISBN: 978-0-7645-7642-3 1 October 7th, 2005 07:13 AM
Howtouse QueryString parameter in a <sql:query>tag chauhan_vin JSP Basics 0 May 3rd, 2005 01:01 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.