Xamarin.Android 使用 SQLite 出现 Couldn't read row 0, col -1 from CursorWindow. 异常
Posted 万石谷,粒粒积累;千丈布,根根织成
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Xamarin.Android 使用 SQLite 出现 Couldn't read row 0, col -1 from CursorWindow. 异常相关的知识,希望对你有一定的参考价值。
异常: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. 异常的主要内容,如果未能解决你的问题,请参考以下文章
Xamarin.Android 使用 SQLite 出现 Index -1 requested, with a size of 10 异常
Xamarin.Android(或者Android Studio)用的数据库是Microsoft Access还是SQLite的?