Well, if you have written a procedure to execute a FTS3, I don't see how that would stop you from working with the same DB using PB's native calls also........
That's a misunderstanding: I don't execute FTS3, but I have SQLITE.DLL with additional compiled FTS3 function.
If you get the SQLITE ...
Search found 2 matches
- Fri Apr 09, 2010 6:59 am
- Forum: Windows
- Topic: PB4.41 and includes SQLITE DB
- Replies: 3
- Views: 2424
- Thu Apr 08, 2010 10:38 am
- Forum: Windows
- Topic: PB4.41 and includes SQLITE DB
- Replies: 3
- Views: 2424
PB4.41 and includes SQLITE DB
As I found out, the version of SQLITE included in PB4.41 is not very new and, very important for my needs, doesn't contain FTS3 fulltext search.
In the past I used an own wrapper, but since PB offers UseSQLiteDatabase() function (and more...) I would like to use the integrated functions instead of ...
In the past I used an own wrapper, but since PB offers UseSQLiteDatabase() function (and more...) I would like to use the integrated functions instead of ...