Column _ID doesn't exist error though it exists in table
问题 I am repeatedly getting getting java.lang.IllegalArgumentException: column '_id' does not exist and app is getting crashed though I have included _ID in table columns and query. Here I am trying to extact the data from database and display the listview using custom cursor adapter. Table class public class StockTable { Context c1; DatabaseObject d1; Cursor c; StockTable(Context mcontext){ c1=mcontext; //---------------objects---------------------------// d1=new DatabaseObject(c1); //----------