I have an SQLite database in the first version of my Windows app (which is on the Windows store). Now I want to release the second version of the application, which also has an SQLite database in it with new tables added. I have my data saved in first version and don't want to lose them. I found that Android has onCreate and onUpgrade methods for handling sqlite database versions. Android: upgrading DB version and adding new table .
Similar question is here. But that is for iOS.
Is there any similar solutions for Windows Runtime Apps(Windows 8.1 and Windows Phone 8.1)? Please suggest some alternatives.
Thanks in advance.
Aucun commentaire:
Enregistrer un commentaire