MS SQL Development
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsDatabasesMS SQL Development

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old December 10th, 2004, 06:27 AM
shapper shapper is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Dec 2004
Posts: 142 shapper User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 13 h 30 m 12 sec
Reputation Power: 4
How can i use these values in my SQL?

Hello,

I am working on an ASP.NET web site.
I have created a string keywords() with the keywords passed in the URL.

I have something like this:

SELECT * FROM mytable WHERE title LIKE '%asp%'
OR title LIKE '%book%'
OR description LIKE '%asp%'
OR description LIKE '%book%'

1. I need to use the string values instead of asp, book, ...
How can I do that?

2. The string can include 1, 2, 3 or more keywords.
How would I use them in my SQL code?

Thank You,
Miguel

Reply With Quote
  #2  
Old December 10th, 2004, 07:43 AM
r937's Avatar
r937 r937 is online now
SQL Consultant
Click here for more information.
 
Join Date: Feb 2003
Location: Toronto Canada
Posts: 17,954 r937 User rank is General 1st Grade (Above 100000 Reputation Level)r937 User rank is General 1st Grade (Above 100000 Reputation Level)r937 User rank is General 1st Grade (Above 100000 Reputation Level)r937 User rank is General 1st Grade (Above 100000 Reputation Level)r937 User rank is General 1st Grade (Above 100000 Reputation Level)r937 User rank is General 1st Grade (Above 100000 Reputation Level)r937 User rank is General 1st Grade (Above 100000 Reputation Level)r937 User rank is General 1st Grade (Above 100000 Reputation Level)r937 User rank is General 1st Grade (Above 100000 Reputation Level)r937 User rank is General 1st Grade (Above 100000 Reputation Level)r937 User rank is General 1st Grade (Above 100000 Reputation Level)r937 User rank is General 1st Grade (Above 100000 Reputation Level)r937 User rank is General 1st Grade (Above 100000 Reputation Level)r937 User rank is General 1st Grade (Above 100000 Reputation Level)r937 User rank is General 1st Grade (Above 100000 Reputation Level)r937 User rank is General 1st Grade (Above 100000 Reputation Level) 
Time spent in forums: 1 Month 4 Weeks 15 h 38 m 56 sec
Reputation Power: 1024
Quote:
Originally Posted by shapper
1. I need to use the string values instead of asp, book, ...
How can I do that?
by unstringing the values using asp code


Quote:
Originally Posted by shapper
2. The string can include 1, 2, 3 or more keywords.
How would I use them in my SQL code?
the same query you already have --
Code:
SELECT * FROM mytable 
 WHERE title LIKE '%keyword1%'
    OR description LIKE '%keyword1%'
    OR title LIKE '%keyword2%'
    OR description LIKE '%keyword2%'
    OR title LIKE '%keyword3%'
    OR description LIKE '%keyword3%'
just use your asp code to generate another set of ORs for each keyword
__________________
r937.com | rudy.ca

pre-order my book Simply SQL from Amazon

Reply With Quote
Reply

Viewing: Dev Shed ForumsDatabasesMS SQL Development > How can i use these values in my SQL?


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 1 hosted by Hostway
Stay green...Green IT