Hi to everybody
I've found this post about this cuestión:
https://www.b4x.com/android/forum/t...ent-access-to-sqlite-databases.39904/#content
And i have a question about
If my WebApp uses varius SQLite databases i must use a only one single sql object for all of then …
or can i use one sql object for each one shared by all classes?
Thanks in advance
I've found this post about this cuestión:
https://www.b4x.com/android/forum/t...ent-access-to-sqlite-databases.39904/#content
- Use a single SQL object that is shared by all classes. Don't use a ConnectionPool with SQLite database.
And i have a question about
If my WebApp uses varius SQLite databases i must use a only one single sql object for all of then …
or can i use one sql object for each one shared by all classes?
Thanks in advance