码迷,mamicode.com
首页 > 移动开发 > 详细

Xamarin.Android 使用 SQLite 出现 Couldn't read row 0, col -1 from CursorWindow. 异常

时间:2018-07-24 17:37:40      阅读:187      评论:0      收藏:0      [点我收藏+]

标签:android   read   lan   xamarin   exce   .com   img   出现   The   

异常:Java.Lang.IllegalStateException: Couldn‘t read row 0, col -1 from CursorWindow.  Make sure the Cursor is initialized correctly before accessing data from it.

技术分享图片

出现该问题一般分为两种情况:

1.请求的字段不在表中,可能是大小写没写对。(我就是Id写成id出现的错误)

技术分享图片

技术分享图片

2.字段类型不匹配。

Xamarin.Android 使用 SQLite 出现 Couldn't read row 0, col -1 from CursorWindow. 异常

标签:android   read   lan   xamarin   exce   .com   img   出现   The   

原文地址:https://www.cnblogs.com/swjian/p/9360731.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!