Topic: Software update

Hello everyone, I would like to know how to apply updates without losing the data already present.
Which file should I keep without making a mistake.
Destiny

Destiny

Re: Software update

I did not understand. Would you like to update My Visualdatabase but are afraid that the projects already created won't work?

Re: Software update

I created an account management database for my daughter and when I make changes to the program I would like her to be able to download the update without her losing the data she entered in the database .

Destiny

Re: Software update

Hello Destiny, Fabio! If you use the SQLite DBMS, then all data is stored in the sqlite.db file. Therefore, it is enough to transfer only this file, provided that the database structure has not changed. You can also migrate the settins.ini file, which stores custom settings for displaying tabular data.

Визуальное программирование: блог и телеграм-канал.

Re: Software update

Thank you K245, I will do some tests to see if the structure of the program does not change.

Destiny

6 (edited by Destiny 2023-05-10 09:21:48)

Re: Software update

After a few tries, the backup is done correctly. Thank you K245

Destiny