Hi,
I have a Apk that I need to update... the new code is updated... my problem is that the data base is not "refreshed"... I use:
How can I do to "delete" the current database and use the "NEW" database.
Regards,
Edgar
I have a Apk that I need to update... the new code is updated... my problem is that the data base is not "refreshed"... I use:
B4X:
If File.Exists(gDirectorioDB,"database.db3") = False Then
File.Copy(File.DirAssets,"database.db3",gDirectorioDB,"database.db3")
End If
How can I do to "delete" the current database and use the "NEW" database.
Regards,
Edgar