PDA

View Full Version : sqlite3 extention fts3



gvanassche
02-27-2010, 01:37 PM
Hi all,

I have been reading about this extention (http://www.sqlite.org/fts3.html) (for full text search, created by google and donated to SQLite) and I would like to test this.

Has anybody done this before?

I need to create a dll from the repository (http://www.sqlite.org/sqlite-amalgamation-3_6_22.zip) in order to load the extension. However I have no clue how to do this... There is more info here (http://www.sqlite.org/amalgamation.html)

Can anybody help me?

thanks

gert