10-09-2012 05:10 AM
Hi,
I'm using SQLITE and SOUNDEX is missing.
Is the a way to get another sqlite "standard" version with the soundex activated on compilation ?
Is there a way to by pass this "lack" with another tool or method ?
Thanks for your advices,
B.
Solved! Go to Solution.
10-09-2012 05:22 AM
10-09-2012 05:43 AM - edited 10-09-2012 05:46 AM
Hi
This function is omitted from SQLite by default. It is only available if the SQLITE_SOUNDEX compile-time option is used when SQLite is built.
And I dont know the way.
For details:
http://www.sqlite.org/lang_corefunc.html
Thanks.
10-09-2012 05:59 AM
Finding in a column a sample of strings. These strings and a user input should have similar phonetics.
10-11-2012 06:30 AM
Hi !
i'll use a java class in order to have a soundex functionnality... bad way of doing, it's heavy :-|
Thanks for your help
B.