sonypsx wrote: > > could some please post a sample how to use the spellfix module with > System.Data.SQLite under VB.net? >
The first step would be to compile the spellfix extension as a loadable
module, as documented here:
https://www.sqlite.org/loadext.html
Next, you can load it using the SQLiteConnection.LoadExtension method.
Finally, you should be able to follow along with the normal spellfix
docs, here:
https://www.sqlite.org/spellfix1.html
--
Joe Mistachkin

