Hi @TIMAI2,
I'm facing problems when I'm trying to use the tables. Let me explain what my app does:
1 - When the app is started for the very first time, it has to create all tables needed in SQLite.
2 - After that, it goes to another screen and when press a button, it will fill them with remote data (from a MariaDB remote database).
3 - At the end, it goes to the menu screen.
PS: I'm putting the Open Database in the Initialize and the Close Database in the BackPressed methods.
When I try the App, it gives me the error no such table: materiais (is one of the tables), indicating that the table does not exists.. And the message appears for all tables which were already created in the Screen1.
Waiting for any help or ideas.