Hello my friends,
All these years I used to load and initialize sql in each activity. After I updated my app in order to load them from starter service, I get this NEW error log from firebase crashlytics:
I have never had this problem again. At my sql SELECT statement I didn't changed anything. I have just changed where sql called and initialized.
P. S. 1 After FROM there is a variable name with table name and ? is an argument.
P. S. 2 I googled about that issue, but all users say that the forget a space in the middle of FROM and variable table name.
P. S. 3 I thought if users had a task-service killer and they killed starter service, but code checks every time when an activity started if starter service is running, if not start.
All these years I used to load and initialize sql in each activity. After I updated my app in order to load them from starter service, I get this NEW error log from firebase crashlytics:
B4X:
Exception android.database.sqlite.SQLiteException: near "WHERE": syntax error (code 1): , while compiling: SELECT id, erwthsh FROM WHERE id = ?
P. S. 1 After FROM there is a variable name with table name and ? is an argument.
P. S. 2 I googled about that issue, but all users say that the forget a space in the middle of FROM and variable table name.
P. S. 3 I thought if users had a task-service killer and they killed starter service, but code checks every time when an activity started if starter service is running, if not start.
Last edited: