when i execute this query i get \'android.database.sqlite.SQLiteException: no such column\' what is the error?
public Cursor Getupdate(String rid)
You can also use like this.
db.rawQuery("SELECT _id FROM Meeting where meet=?" , new String [] {rid});
This will also solve for SQL injection problem.