PB4.41 and includes SQLITE DB
Posted: Thu Apr 08, 2010 10:38 am
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 my own wrapper. Coding would become much more easy...
But: How can I replace the PB integrated SQLite by an other one (f.e. my own compiled DLL)? Is there a file anywhere that I could replace simply by my own compilation? Or is there a workaround to open my own DLL including FTS3, but using later on PB integrated commands like GetDatabaseString without the need of using an own wrapper?
Hints and tricks are welcome!
Bye, Ingo
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 my own wrapper. Coding would become much more easy...
But: How can I replace the PB integrated SQLite by an other one (f.e. my own compiled DLL)? Is there a file anywhere that I could replace simply by my own compilation? Or is there a workaround to open my own DLL including FTS3, but using later on PB integrated commands like GetDatabaseString without the need of using an own wrapper?
Hints and tricks are welcome!
Bye, Ingo