开发者

SQLite query failing

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜