sqlite - Android how to convert an exsting dump db in other one with FTS support? -
sqlite - Android how to convert an exsting dump db in other one with FTS support? -
i have .db sqlite file can import form sdcard. how can add together fts support? must recreate table? please give tips.
yes, need create fts tables info want search. example, if have client table , products table, need create both customerfts table , products fts table.
after tables created, have insert info wish search tables. can either @ illustration of fts back upwards in http://blog.andresteingress.com/2011/09/30/android-quick-tip-using-sqlite-fts-tables/
or android developer site http://developer.android.com/training/search/search.html show how create table , populate data.
android sqlite sd-card fts3
Comments
Post a Comment