Cursorcr=db.query("records",newString[]{"name","mobile","tkt_no","slot","vehicle","check_in","isempty"},"slot=? and isempty=?",newString[]{slot,"0"},null,null,null,null);
// Cursor cr=db.query("records",new String []{"name","mobile","tkt_no","slot","vehicle","check_in","isempty"},"slot=? and isempty=?",new String[]{slot,"0"},null,null,null,null);