I have an app near completion. It contains a SQLite database with one table named "main". Everything works corrects on my HTC Rezound, but when I put the app on my DroidX I get the following error:
android.database.sqlite.SQLiteException: no such column:FirstName: , while compiling: SELECT FirstName, LastName FROM main ORDER BY FirstName
For a fact the columns exist (and as proof everything works perfectly fine on my HTC), so why doesn't it work on the DroidX?
This is my first app using SQLite db. Are there any known compatibility issues with android?
android.database.sqlite.SQLiteException: no such column:FirstName: , while compiling: SELECT FirstName, LastName FROM main ORDER BY FirstName
For a fact the columns exist (and as proof everything works perfectly fine on my HTC), so why doesn't it work on the DroidX?
This is my first app using SQLite db. Are there any known compatibility issues with android?