Click here to Skip to main content
15,892,643 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi all,

Is there any forum that discuss or complete tutorial on how to find a data by using some of word from a string? Meaning the possibility or near the correct word. Like I have a data call Calvin Klein. When they type Cal and press enter, it will view the "Select result" where result have Calvin Klein, Caliber and Calorie which data that exist in database. Not from the internet. Searching possibility on range of database data only. If the data is only one that have Cal word, it will display all information on it.

I need the idea from this
Posted

1 solution

You could always do something like:

select * from table where searchCol like 'UserInput%'
 
Share this answer
 
Comments
Luiey Ichigo 28-Feb-14 1:56am    
thanks danish..its work..more better.thanks

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