Caused by: android.database.sqlite.SQLiteException: no such table: (code 1) Android

后端 未结 16 2371
一整个雨季
一整个雨季 2020-12-15 05:01

We have a sqlite database in our Application. Its working fine for all the users but few of them experiencing the Caused by: android.database.sqlite.SQLiteException: n

16条回答
  •  心在旅途
    2020-12-15 05:47

    it is another solution to this problem some time developer didnot knows that there is not space between column name and its end like KEY_ADDRESS, this is wrong approach use space between comma and name of attribute

提交回复
热议问题