Android.database.sqlite.sqlitedatatypemismatchexception: Datatype Mismatch (code 20)
I am trying to Insert data into Database, but getting problem, error says: android.database.sqlite.SQLiteDatatypeMismatchException: datatype mismatch (code 20) Error1 says:- com.e
Solution 1:
Error code 20
comes with database existence problem as far as I have seen.
change the name of the database, writing this for those who still look at this post.
Post a Comment for "Android.database.sqlite.sqlitedatatypemismatchexception: Datatype Mismatch (code 20)"