U upsis Member Licensed User Longtime User Aug 28, 2013 #1 I have a routine that populate my sqlite database, it work fine in Android versions 3.2, 4.03, 4.04 but when I run in device with Anrdoid 4.1.2, I receive the message "android.database.sqlite.sqliteexception not an error (code 0)". What could be?
I have a routine that populate my sqlite database, it work fine in Android versions 3.2, 4.03, 4.04 but when I run in device with Anrdoid 4.1.2, I receive the message "android.database.sqlite.sqliteexception not an error (code 0)". What could be?
M Merlot2309 Active Member Licensed User Longtime User Aug 28, 2013 #2 Hi, With sqlite issues you can always search the internet. See this search for example: https://www.google.es/search?q=sqli...rome..69i57j0.1699j0&sourceid=chrome&ie=UTF-8 Most of the time I find an answer in Stackoverflow. Success and otherwise post the code that you use. Upvote 0
Hi, With sqlite issues you can always search the internet. See this search for example: https://www.google.es/search?q=sqli...rome..69i57j0.1699j0&sourceid=chrome&ie=UTF-8 Most of the time I find an answer in Stackoverflow. Success and otherwise post the code that you use.
U upsis Member Licensed User Longtime User Aug 29, 2013 #3 I had searched the internet but none of the tips helped me. Thank you. Upvote 0
Erel B4X founder Staff member Licensed User Longtime User Aug 30, 2013 #4 Can you post the full error message from the logs? Upvote 0