Hi,
I got the below error when inserting record into the table. The table is created properly and with the correct column name in it. I had checked the table and match the column name as well. I also created others tables the same ways in the same db but only this table having this problem. Any advice on this? Thanks in advance.
android.database.sqlite.SQLiteException: table tablename has no column named field3 (code 1): , while compiling: INSERT INTO [field1] ([field2], [field3], [field4], [field5]) VALUES (?, ?, ?, ?, ?)
I got the below error when inserting record into the table. The table is created properly and with the correct column name in it. I had checked the table and match the column name as well. I also created others tables the same ways in the same db but only this table having this problem. Any advice on this? Thanks in advance.
android.database.sqlite.SQLiteException: table tablename has no column named field3 (code 1): , while compiling: INSERT INTO [field1] ([field2], [field3], [field4], [field5]) VALUES (?, ?, ?, ?, ?)