我想从查询中设置文本视图的 txt,但我得到“索引 -1 请求大小为 1 错误..有人可以帮助我吗?
Cursor information = db.rawQuery("select id as _id,description from poet where _id="+Peot_ID_for_db,null);
TextView poet_info=(TextView)findViewById(R.id.Poet_info);
poet_info.setText(information.getString(information.getColumnIndex("_id")));
// poet_info.append(information.getString(information.getColumnIndex("description")));
我搜索了这个错误,但在 google 中没有找到任何东西..我希望你能帮助我..我的表中只有一行与这个查询匹配,所以我认为我需要任何循环或类似的东西来获取所有行