Hi, I've seen here http://www.sqlite.org/lang_expr.html that it's available a method to compute the Soundex of a string. By default this function is not available, unless you pass the "-DSQLITE_SOUNDEX=1" parameter to the compiler. I use your ADO.NET dll in my projects. Now I need the...