Only install the app without overwriting the sqlite bank that is already being used

1

I'm developing an application using Delphi Tokyo for Android.

But when compiling, it always takes the sqlite database and writes the which is already full of data.

As this app goes to the client, I would like to know how to update the program only, without overwriting the current database, if you need to change it normally (% with%).

    
asked by anonymous 25.08.2017 / 22:31

1 answer

3

If you are copying the sqlite database file to android via the Project->Deployment menu, you have an overwrite never and you do not overlap the file if it already exists.

    
27.08.2017 / 19:34