could anyone help me how to integrate the levenshtein function in an accessdatabase, which I will be query-ing from vb.net later through normal sql statements.

I would like to be able to do a SELECT levenshtein(colx, 'myinputword') AS dist FROM table WHERE dist < 3

or something like that...

I know on mysql one can create a custom function and call that afterwards, but I have no clue on how to do this in access.

or is this just not possible in access

link|improve this question

feedback

closed as not a real question by Mitch Wheat, casperOne Feb 25 at 19:52

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. See the FAQ for guidance on how to improve it.

1 Answer

up vote 0 down vote accepted

It is possible to have custom functions in MS Access (UDF), but it is not possible to use the function outside of Access.

link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.