Hello, could some please post a sample how to use the spellfix module with System.Data.SQLite under VB.net? If i try to create the required table as documented here:
http://www.sqlite.org/spellfix1.html I end up with an error: "SQL logic error or missing database no such module: spellfix1" I'm already working fine with the FullText Extensions: http://www.sqlite.org/fts3.html So I'm curious how to do spellfix e.g. Levenshtein in SQLite. Thanks in advance sonypsx