Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / ASP.NET / General / January 2006

Tip: Looking for answers? Try searching our database.

First Name Search

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
k dog - 23 Jan 2006 15:30 GMT
I'm working on an app where I need to do a search for like and similar first
name matches.  For example a search for John would bring back Jon, John,
Jonathan, etc.

Working with asp.net and sql server.  Any help would be appreciated.

Thanks,
Kent
KJ - 23 Jan 2006 15:46 GMT
Without going into a lot of detail, you definitely will want to check
out the System.Text.RegularExpressions.Regex class. Also of interest
will be creating full-text indexes on SQL Server, and using some of the
special TSQL string-searching functions that get enabled on those (such
as CONTAINS).
Mark Newmister - 23 Jan 2006 16:01 GMT
http://www.wwwcoder.com/main/parentid/191/site/2189/68/default.aspx

> I'm working on an app where I need to do a search for like and similar
> first
[quoted text clipped - 5 lines]
> Thanks,
> Kent
Spam Catcher - 23 Jan 2006 17:10 GMT
> I'm working on an app where I need to do a search for like and similar
> first name matches.  For example a search for John would bring back
> Jon, John, Jonathan, etc.

You could try a SOUNDEX search... not sure how accurate it is. SOUNDEX
returns results based on word sound similarity.

Signature

Stan Kee (spamhoneypot@rogers.com)


Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.