Whilst experimenting with SQLite databases and trying to incorporate them into a simple program, I keep getting the following error:
android.database.SQLiteException: No Such Table..(code1) while compiling SELECT * FROM..
I have seen various experiences of this problem by google search. I have tried deleting cache files and uninstalling app but with no luck.
I have tried using both the Mozilla Firefox SQLite Manager and the SQLite Browser but both produce the same result.
Does anyone have a solution to this problem? I am a complete novice at this so apologies in advance if the solution is very simple!
Many thanks
android.database.SQLiteException: No Such Table..(code1) while compiling SELECT * FROM..
I have seen various experiences of this problem by google search. I have tried deleting cache files and uninstalling app but with no luck.
I have tried using both the Mozilla Firefox SQLite Manager and the SQLite Browser but both produce the same result.
Does anyone have a solution to this problem? I am a complete novice at this so apologies in advance if the solution is very simple!
Many thanks