[sqlite] System.Data.SQLite and spellfix under VB.net

2015-03-13 Thread sonypsx
: Donnerstag, 12. M?rz 2015 19:17 An: 'General Discussion of SQLite Database' Betreff: Re: [sqlite] System.Data.SQLite and spellfix under VB.net The zip should contain 4 files shell.c sqlite3.c sqlite3.h sqlite3ext.h sqlite-amalgamation-3080803.zip -Urspr?ngliche Nachricht- Vo

[sqlite] System.Data.SQLite and spellfix under VB.net

2015-03-12 Thread Keith Medcalf
o:sqlite-users- >bounces at mailinglists.sqlite.org] On Behalf Of sonypsx >Sent: Thursday, 12 March, 2015 11:56 >To: 'General Discussion of SQLite Database' >Subject: Re: [sqlite] System.Data.SQLite and spellfix under VB.net > >Hello, > >may i ask again ... >Can somebody help t

[sqlite] System.Data.SQLite and spellfix under VB.net

2015-03-12 Thread sonypsx
Gesendet: Mittwoch, 04. M?rz 2015 19:54 An: 'General Discussion of SQLite Database' Betreff: Re: [sqlite] System.Data.SQLite and spellfix under VB.net Hello Joe, ok i'll tried: gcc -s -O4 -I /path/to/sqlite/headers/ -shared -o spellfix.dll spellfix.c and got this error: c:\MinGW\bi

[sqlite] System.Data.SQLite and spellfix under VB.net

2015-03-12 Thread Hick Gunter
bounces at mailinglists.sqlite.org] Im Auftrag von sonypsx Gesendet: Mittwoch, 04. M?rz 2015 19:54 An: 'General Discussion of SQLite Database' Betreff: Re: [sqlite] System.Data.SQLite and spellfix under VB.net Hello Joe, ok i'll tried: gcc -s -O4 -I /path/to/sqlite/headers/ -shared -o spellfi

[sqlite] System.Data.SQLite and spellfix under VB.net

2015-03-04 Thread sonypsx
det: Montag, 02. M?rz 2015 22:37 An: 'General Discussion of SQLite Database' Betreff: Re: [sqlite] System.Data.SQLite and spellfix under VB.net sonypsx wrote: > > could some please post a sample how to use the spellfix module with > System.Data.SQLite under VB.net? > The

[sqlite] System.Data.SQLite and spellfix under VB.net

2015-03-02 Thread sonypsx
Hello, May I post this question again - since I did not got any reply. 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.o

[sqlite] System.Data.SQLite and spellfix under VB.net

2015-03-02 Thread Joe Mistachkin
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 usin

[sqlite] System.Data.SQLite and spellfix under VB.net

2015-02-15 Thread sonypsx
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