Enter Keywords:
1 - 10 of 42(0.015 seconds)
Sort By:
 
We're implementing soundex-principle on a persons-table. We find that Soundex gives strange results when using names with a blank in it. eg : De Decker  -> Soundex : gives all names in table with...
Zones: MS SQL ServerDate Answered: 06/18/1999 Rating: 8.2 Views: 0
looking for source code listing in C/C++ that returns a phonetic representation of a specified Character expresssion.
Zones: C++Date Answered: 07/03/2001 Rating: 8.2 Views: 0
Hi Can anyone tell me what Soundex is and if I can use it in ASP and also how it can be used. Now if it cannot be used in ASP could you probably give me an alternative to the Soundex? THANK YOU...
Zones: ASPDate Answered: 03/28/2003 Rating: 7.4 Views: 0
Hi All, I am running a query like.. Actual search name is MOHAMAD select CUST_FULLNAME from CUST_NAMES where SOUNDEX(CUST_FULLNAME)=SOUNDEX('MOHAMAD') returned results: CUST_FULL...
Zones: OracleDate Answered: 11/15/2004 Rating: 7.2 Views: 0
I tried to use Soundex with Dlookup, with no success. I searched on Microsoft for this combination but didn't find anything. This is what I tried to do: Me.txtSimilarProgramExists = _    ...
Zones: MS AccessDate Answered: 12/15/2004 Rating: 7.6 Views: 0
Hi Guys I am writing an Import routine into Microsoft SQL. I need to check for fuzzily match records. I have tried 'Soundex'. But it is giving me funny answers. Funny to me anyway. Thi...
Zones: MS SQL ServerDate Answered: 08/22/2005 Rating: 9.2 Views: 0
My soundex implementation did not work The SQL statement I first created looked like this: SELECT VENDOR FROM VEND_REF WHERE (SOUNDEX(VEN_NAME) = SOUNDEX('WHEEL')); Not rows selected I h...
Zones: OracleDate Answered: 10/20/2005 Rating: 9.0 Views: 0
I want to make search like google using soundex in sql server 2005
Zones: MS SQL Server, SQL...Date Answered: 03/11/2009 Rating: 10.0 Views: 10
Environment dBase driver ODBC & Win 95 Hi All, I look for a sql statement whcih is equivalent to "Soundex". I want to replace this statement: select Ref from referenc where (Ref Soundex "stepha...
Zones: DatabasesDate Answered: 05/15/1998 Rating: 6.6 Views: 0
I'm implementing "sounds-like" matching in a database application, and am looking for algorithms that generate tighter phonetic matches than the standard Knuth Soundex algorithm.  Knuth tends to ma...
Zones: C++Date Answered: 02/16/1999 Rating: 8.8 Views: 0