Tolerant filter

G

Gottfried Lesigang

Hi NG!

At the moment I'm in charge of "cleaning". I "clean" the db of a customer
and find many datas (mostly names and addresses) twice - only distinguished
by a small difference, maybe even a spelling mistake. As these lines aren't
identical I can't simply check this.

Well, I'm done with the old data very soon, but in future I want to prevent
users from inputting a "new" person without checking first whether it exists
or not.

The "normal" user will not be able to type in a criterium for a
SQL-"LIKE"-Statement (such as "*ma??er*")

Which ways do you know to perform a search of "similarity" (preferably in
german language)? It's result should be all lines which are somehow similar
to the one I'm looking for.

Regards and TIA
Gottfried
 
M

Marshall Barton

Gottfried said:
At the moment I'm in charge of "cleaning". I "clean" the db of a customer
and find many datas (mostly names and addresses) twice - only distinguished
by a small difference, maybe even a spelling mistake. As these lines aren't
identical I can't simply check this.

Well, I'm done with the old data very soon, but in future I want to prevent
users from inputting a "new" person without checking first whether it exists
or not.

The "normal" user will not be able to type in a criterium for a
SQL-"LIKE"-Statement (such as "*ma??er*")

Which ways do you know to perform a search of "similarity" (preferably in
german language)? It's result should be all lines which are somehow similar
to the one I'm looking for.


Try searching the web for SoundX algorithms.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top