Page 1 of 1

SqlLite with Full text support

Posted: Thu 17 Apr 2008 15:02
by JvanDorsten
Hello,

I have downloaded the trial for sqLite, we are currently finding out is SqLite is suitable for our needs.

We need Full text support wich is included in FTS2.dll according to de SqLite website, or it should be compiled in sqlite2.dll

I searched the internet but could not find an compiled dll or way to get full text support in SqLite.

Can you provide an dll with this support, or explain how to get Full text support in SqlLite, and if it works with CodeLab?

Kind regards,
Jon van Dorsten

Posted: Fri 18 Apr 2008 07:08
by JvanDorsten
Meanwhile i discovered that the fts included in the installer is fts3, so i had to create an virtual table with fts3 in the statement.

It works now.

Posted: Fri 18 Apr 2008 15:17
by Alexey.mdr
Full text search is enabled in sqlite3.dll with fts3.dll,
and you can use this feature with dotConnect for SQLite.