I have a db that is created like this...
public class DataBaseManager extends SQLiteOpenHelper{ Context mContext; private static final String TAG =
name = DR_home means "column name equals column DR_home. You probably want to quote it if you want to string search (which I surmise you do, but I haven't peeked your code in depth since it's too long): name = 'DR_Home'.
name = DR_home
DR_home
name = 'DR_Home'