|
-
Soundex() or Difference function in VB
Hi all,
I have tried use Soundex(0 or Difference function to match two text variable
or more in FoxPro and SQL.
For example
a= "Smith"
b= "Smyth"
c= "Smythe"
Select Soundex(a,b)
Select Difference (a, b)
I want to get the name on sinonim sound or phonetic. "Smith" as same as "Smithe",
"Smyth" or "Smit".
And than, now, I use VB and Access as database. But I don't find as like
function above(Soundex & Difference). Can everyone have tricky to handle
it???
Rgrds,
Narto
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks