解決方法:
c.moveToFirst(); // 將Cursor指標移到第一個Row
或是
moveToPosition(int index) //將Cursor指標移到第index個Row
另外, new 完 db 之後,記得要 open 再開始做其他的操作
db = new MyDB(this);
db.open();
Reference: cursorindexoutofboundsexception
訂閱:
張貼留言
(
Atom
)
沒有留言 :
張貼留言