when i execute this query i get \'android.database.sqlite.SQLiteException: no such column\' what is the error?
public Cursor Getupdate(String rid)
Or, better yet, use a PreparedStatement and bind your variables. It'll escape strings and dates properly for you. It'll also help with SQL injection problems.