Creating FTS3 Virtual Table in SQLite
I want to create FTS3 virtual table in SQLite. How can I do that
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Priya LingePosted Nov 14, 2011, 12:23 AM
Please check below link.
http://www.dotnetperls.com/sqlite-fts3
http://www.sqlite.org/vtab.html
Hope this will help you.
Thanks.