I am hoping that the answer is that Views can be created in SQLite in B4A, but I suspect it can't. Can someone help me confirm?
When I use SQLite Database Browser, I am able to CREATE VIEW Summary AS SELECT...etc. to succesfully create a View that can be stored in the database. However, I don't seem to be able to do so from within b4a.
If the answer is indeed that it can't be done in b4a, then what is the best way to create a table (or view) that is a join of several tables and whose fields contain calculations of fields of tables?
Thank you!
When I use SQLite Database Browser, I am able to CREATE VIEW Summary AS SELECT...etc. to succesfully create a View that can be stored in the database. However, I don't seem to be able to do so from within b4a.
If the answer is indeed that it can't be done in b4a, then what is the best way to create a table (or view) that is a join of several tables and whose fields contain calculations of fields of tables?
Thank you!