Click here to Skip to main content
15,903,854 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi i have a code for the search
SQL
SELECT id, idofbrand, name_product, camera, os, cameratype, ostype, price FROM tProduct WHERE (idofbrand IN (SELECT Id FROM dbo.StringToTable(@idbrand, ',') AS StringToTable_1)) OR (price BETWEEN @price1 AND @price2) OR (camera = @camera) OR (os = @os)

and the parameters can also be sent
example:Finder.aspx?os=true
But the command is not implemented
Posted
Comments
[no name] 17-Mar-14 13:25pm    
Your question is not getting clear to us. Please tell the requirements briefly.
Krunal Rohit 17-Mar-14 13:25pm    
Elaborate !!

-KR
KatsuneShinsengumi 17-Mar-14 14:26pm    
So what exactly do you need to achieve here?
AndrewCharlz 17-Mar-14 23:42pm    
do u want to get the query string and pass it as parameter????????????????????

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900