雖然與SQLiteCursor在Android的工作我才知道,在getColumnIndex()的行爲區分大小寫例如:Android - SQLite Cursor getColumnIndex()區分大小寫?
例子:
Column Name in DB was: Rules
cursor.getColumnIndex("Rules") //workes fine
cursor.getColumnIndex("rules") //throws error, see the error detail
的文檔沒有提到的是,對於細節please see this。
logcat的說:
java.lang.IllegalStateException:無法從 CursorWindow逐行讀取0,-1關口。確保光標之前我對SQLiteCursor的這種行爲感到困惑從中
訪問數據正確初始化,有人可以幫助我,這是真的還是我做錯了什麼?如果需要,我可以提供代碼。
謝謝。
那麼你的問題是什麼? – 2012-01-27 06:31:27
請現在看看我的問題。 – 2012-01-27 06:33:34