I have an Question. Releted SQLite database.
After updating the version
number 1 to 2,my database updated by onUpgrade()
.
1-I want to know ,i can use the older databases or not.
and onUpgrade()
i use db.drop("previous table");
2-so after dropping that table can i take data from that or not.
please explain in detail.
Any good suggestion will be accepted.
Edited:- CAN WE USE OLDER VERSION OF DATABASE OR NOT.