I am developing an app based on the SQLite Viewer. Whenever a table is open and the application has been inactive for some time, I get an error message when I resume. I get exactly the same message from the original SQLite Viewer (no changes). The error message is:
Error occurred
An error has occurred in sub:dbutils_executememorytable(java
line: 381)
java.lang.RuntimeException: Object should first be initialized.
I get this error when the program is compiled in Release mode. I don't seem to get it when compiled in debug mode, but this mode has not been tested as extensively. It is not hard to get around this error by clicking "no" when asked to continue, but it is an annoyance. Any idea on how to fix this?
(Erel: I apologize for the mistake of posting this question originally in the Tutorials section).
Error occurred
An error has occurred in sub:dbutils_executememorytable(java
line: 381)
java.lang.RuntimeException: Object should first be initialized.
I get this error when the program is compiled in Release mode. I don't seem to get it when compiled in debug mode, but this mode has not been tested as extensively. It is not hard to get around this error by clicking "no" when asked to continue, but it is an annoyance. Any idea on how to fix this?
(Erel: I apologize for the mistake of posting this question originally in the Tutorials section).