We specify a version of database in SQLiteOpenHelper constructor. Where is this version stored in database? This version is used while upgrading the database to higher versions.
It is stored in Database file header as user_version number. See below:
End to End Technology Solutions
We specify a version of database in SQLiteOpenHelper constructor. Where is this version stored in database? This version is used while upgrading the database to higher versions.
It is stored in Database file header as user_version number. See below:
You must be logged in to post a comment.