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:
  #1  
Old February 19th, 2004, 09:41 AM
ibmerlin ibmerlin is offline
Registered User
ASP Free Newbie (0 - 499 posts)
 
Join Date: Feb 2004
Posts: 2 ibmerlin User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Help with search Query

I am somewhat new to SQL Query Language and have a Question that some one may be able to help me with. I am trying to search a recordset using two variables. I am pulling them from a search form. This is the query that I am trying to use but does not seem to be right.

"SELECT * FROM Run WHERE Code ='" + Replace(codetype, "'", "''") + "' AND Color = '" + Replace(colortype, "'", "''") + "'"

What am I doing wrong?

Thanks in advance
Merlin

Reply With Quote
  #2  
Old February 19th, 2004, 09:54 AM
Memnoch's Avatar
Memnoch Memnoch is offline
Unholy Moderator
ASP Free God 14th Plane (11500 - 11999 posts)
 
Join Date: Oct 2003
Location: In hell, where did you think?
Posts: 11,776 Memnoch User rank is Lieutenant Colonel (40000 - 50000 Reputation Level)Memnoch User rank is Lieutenant Colonel (40000 - 50000 Reputation Level)Memnoch User rank is Lieutenant Colonel (40000 - 50000 Reputation Level)Memnoch User rank is Lieutenant Colonel (40000 - 50000 Reputation Level)Memnoch User rank is Lieutenant Colonel (40000 - 50000 Reputation Level)Memnoch User rank is Lieutenant Colonel (40000 - 50000 Reputation Level)Memnoch User rank is Lieutenant Colonel (40000 - 50000 Reputation Level)Memnoch User rank is Lieutenant Colonel (40000 - 50000 Reputation Level)Memnoch User rank is Lieutenant Colonel (40000 - 50000 Reputation Level)Memnoch User rank is Lieutenant Colonel (40000 - 50000 Reputation Level)Memnoch User rank is Lieutenant Colonel (40000 - 50000 Reputation Level) 
Time spent in forums: 3 Weeks 5 Days 8 h 27 m 42 sec
Reputation Power: 470
What are the data types of code and color in the database?
assuming they are both text or varchar, then you should be able to do something like this
Code:
codetype = Request.Form("codeType")
colortype = Request.Form("colorType")

"SELECT * FROM [Run] WHERE [Code] = '" & ReplaceQuotes(codetype) & "' AND [Color] '" & ReplaceQuotes(colortype) & "'"

Function ReplaceQuotes(value)
   value = Replace(value, "'", "''")

   ReplaceQuotes = value
End Function

VBScripts concatenation operator is the & sign, not the + sign.

Reply With Quote
  #3  
Old February 19th, 2004, 10:34 AM
ibmerlin ibmerlin is offline
Registered User
ASP Free Newbie (0 - 499 posts)
 
Join Date: Feb 2004
Posts: 2 ibmerlin User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Thank you its working

Thank you! I have it working now.
Merlin

Reply With Quote
Reply

Viewing: ASP Free ForumsDatabaseSQL Development > Help with search Query


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 4 hosted by Hostway
Stay green...Green IT