SunQuest
 
           SQL Development
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
 
 
User Name:
Password:
Remember me
Go Back   ASP Free ForumsDatabaseSQL 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 ASP Free Forums Sponsor:
SlickEdit: Code in over 40 languages across 7 platforms. SlickEdit’s unmatched power, speed, and flexibility allows even the most accomplished developers to write better code faster. Download a free trial today!
  #1  
Old March 22nd, 2000, 08:20 PM
Steve Schofield Steve Schofield is offline
Contributing User
ASP Free God 20th Plane (14500 - 14999 posts)
 
Join Date: Dec 2002
Posts: 14,578 Steve Schofield User rank is Corporal (100 - 500 Reputation Level)Steve Schofield User rank is Corporal (100 - 500 Reputation Level)Steve Schofield User rank is Corporal (100 - 500 Reputation Level)Steve Schofield User rank is Corporal (100 - 500 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 22
Help with SELECT LIKE, variables, and wildcards

<i><b>Originally posted by : J.R. Porter (jar@nauticom.net)</b></i><br />Is it possible to put a variable into an SQL query in ASP? Suppose I have the following...<br /><br />SELECT * FROM Archive WHERE lname LIKE 'C%'<br /><br />This would get every last name that started with the letter C. But suppose I want to replace C with a variable but keep the wildcard(%). Is this possible? Any help would be appriciated.<br />

Reply With Quote
  #2  
Old April 6th, 2000, 12:18 PM
Steve Schofield Steve Schofield is offline
Contributing User
ASP Free God 20th Plane (14500 - 14999 posts)
 
Join Date: Dec 2002
Posts: 14,578 Steve Schofield User rank is Corporal (100 - 500 Reputation Level)Steve Schofield User rank is Corporal (100 - 500 Reputation Level)Steve Schofield User rank is Corporal (100 - 500 Reputation Level)Steve Schofield User rank is Corporal (100 - 500 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 22
<i><b>Originally posted by : Tridus (tridus@inforamp.net)</b></i><br />yes... you can build the sql query into a variable and then you can add it into the variable... I do something like this:<br /><br />dim sqlstr, searchvar<br /><br />' this is the variable you want to search for<br />searchvar = "C"<br /><br />' this is your query<br />sqlstr = "SELECT * FROM archive WHERE lname LIKE '" & searchvar & "%'" (which will look like this: "SELECT * FROM archive WHERE lname LIKE 'C%'")<br /><br />That will simply stick the C in where searchvar is. Change searchvar, and the item changes. This is really good with request.form("blah") or request.querystring("blah") to just grab the variables off a form.

Reply With Quote
Reply

Viewing: ASP Free ForumsDatabaseSQL Development > Help with SELECT LIKE, variables, and wildcards


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 2 hosted by Hostway