Click here to Skip to main content
16,012,173 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i have a textbox in which name has to be entered and name entered is to be searched in the database . Please tell me how to provide soundex search functionality ? i want to know about soundex functionality ...it would be great if someone shares the code ??
Posted
Updated 30-Oct-11 23:45pm
v2

On focus lose, do a AJAX call to your database and arrange the results as you wish before display.
 
Share this answer
 
Refer this to undrestand what soundex means
http://msdn.microsoft.com/en-us/library/aa259235(v=sql.80).aspx[^]
 
Share this answer
 

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