| | |
HELP:: Simple Search Box in ASP.
Please support our ASP advertiser: PostgreSQL or MySQL? Compare and contrast the two most popular open source databases
Thread Solved |
•
•
Join Date: Feb 2009
Posts: 16
Reputation:
Solved Threads: 0
Hello friends,
I am trying to make a simple search box in ASP.
I am using a text box, where the user enters his query. And besides it, I am using drop down menu (<select>.. <option>.. </select>) in which the user selects what he want to search (Song name, Artist, Album name, etc).
I am using the following code.
I am getting the following error:
Syntax error (missing operator) in query expression '= '''.
Can any one help me remove it?
Thanks!
I am trying to make a simple search box in ASP.
I am using a text box, where the user enters his query. And besides it, I am using drop down menu (<select>.. <option>.. </select>) in which the user selects what he want to search (Song name, Artist, Album name, etc).
I am using the following code.
ASP Syntax (Toggle Plain Text)
<% Var = request.Form("sel") Query = request.Form("query") sql="Select Title, Artist, Link from Songs where " & Var &" = '" & Query & "'" response.write(sql) rs.Open sql, conn %>
I am getting the following error:
Syntax error (missing operator) in query expression '= '''.
Can any one help me remove it?
Thanks!
![]() |
Similar Threads
- Google Box increases in size so what does this mean for optimizing your site's SEO? (Search Engine Optimization)
- File Download Dialog Box(ASP) (ASP)
- Help to design a simple search engine in Java (Java)
- mutliple entries in search box (PHP)
- SharePoint's Search Box (IT Professionals' Lounge)
- File Download Dialog Box(ASP) (ASP)
- Where, oh where has my search button gone? (DaniWeb Community Feedback)
- Cannot enter Japanese in the keyword search box (OS 7 / 8 / 9)
Other Threads in the ASP Forum
- Previous Thread: problem diplaying ASP
- Next Thread: Expanding tree view control
| Thread Tools | Search this Thread |
Tag cloud for asp, searchbox, selectoption
.net ajax asp asp.net aspandmssqlserver2005 aspandmssqlserver2005connection aspconnection c# c++ calendar changeable connection countryselector courier current database databaseconnection datalist developer development dropdownlist dropdownmenu excel hitcounter html intranet java javascript linux listbox microsoft migration mouse msaccess msdn msmsql mssql mssql2005 mssqlserver2005 mssqlserver2005andasp mssqlserverandasp mysql office pdf perl php print problem profile script search searchbox selectoption sessionvariables software sql sqlserver sqlserverconnection table textbox tracking upload validation vista visualstudio web webprogramming windowsce







