I have a big text file containing SQL CREATE TABLE and INSERT statements. How do I import this file in the SQLiteOpenHelper onCreate method?
Or, is there an accepted way of using the binary database file directly?
I need this to be compatible with Android 1.6.