Thank you!
@Erel What I did is this:
1st Create in the server the tables in a database, load the basics with heidisql
Then in the mobile application I recreate the same empty tables.
2nd At the beginning of the execution of the app in the day I connect to the Mysql server through the JRCD2 connector with stored procedure commands (which I can change in the server without affecting the mobile application).
The fact of loading everything the first time in the Sqllite boards avoids later heavy loads, the basic boards go only once.
3th Then I use the sqllite tables to fill in data forms.
4 When I make an insert, delete or update I do it in the 2 tables both in the server and in the local table. So that the next day the data remains identical.
I think cloudkvs is fantastic but I still have a hard time mastering it.
Translated with
www.DeepL.com/Translator (
@Informatix courtesy)