Hi
I am trying to use fts in my sqlite database, i have created a database and inserted ,all the records ,using sqlite query in my mac terminal, and used it in my iphone xcode project ,its worked fine.
now i am trying to integrate fts3 using the links
http://pp.hillrippers.ch/blog/2009/08/08/Static+SQLite+Library+with+Unicode+Support+for+the+iPhone/
http://regularrateandrhythm.com/regular-rate-rhythm-blog/sqlite3-fts-in-IOS4.html
http://answers.oreilly.com/topic/1955-how-to-use-full-text-search-in-sqlite/
according to these links if i try to create a sqlite fts query
i cannot execture this query in mac terminal
CREATE VIRTUAL TABLE table_name USING FTS3 ( col1);
can any please give me a good tutorial link, or solutions, how to deal with these fts.
Thanks in advance,