Hi,
I am new to use the corona with sqlite. I wrote the update statement for update the sqlite db, it works, I saw the data changes in the database. but the app exit out automatically after ran another two database select statements in the code. I am not sure what is the issue. there is no error in the log. Here is the order i ran the queries:
Update table A; -> select from table B; -> select from table C;.
Thanks