Hi everyone:
I am using DB Browser (SQLite) to design a local database on my android device. I am testing the application with a Huawei device, during the tests, I connect to the local database, but I cannot return or do any operation with the tables (insert, select, etc). It doesn't throw any errors at me and it's as if the tables are empty.
Where can I find the database on the mobile device?
How can I validate that the database I designed on the computer is the same as the mobile? Must I copy or create the DB every time I test the application?
Thank you
Demonio
I am using DB Browser (SQLite) to design a local database on my android device. I am testing the application with a Huawei device, during the tests, I connect to the local database, but I cannot return or do any operation with the tables (insert, select, etc). It doesn't throw any errors at me and it's as if the tables are empty.
Where can I find the database on the mobile device?
How can I validate that the database I designed on the computer is the same as the mobile? Must I copy or create the DB every time I test the application?
Thank you
Demonio