开发者

SQLite query failing

开发者 https://www.devze.com 2023-03-22 14:14 出处:网络
I have android code with an SQLite update query which works ok with Android 2.1 but seems to give a constraint error with 2.3.Migh开发者_如何学Ct the SQLite not be compatible with 2.3 and how can I te

I have android code with an SQLite update query which works ok with Android 2.1 but seems to give a constraint error with 2.3. Migh开发者_如何学Ct the SQLite not be compatible with 2.3 and how can I tell which version of SQLite I am using?


how can I tell which version of SQLite I am using?

database.getVersion(); returns the version of the database.

For the rest of the issue, provide us with the logcat output.

0

精彩评论

暂无评论...
验证码 换一张
取 消