You may want to search stackoverflow.com, as there are different possibilities that can cause this:
http://stackoverflow.com/questions/5812030/java-lang-illegalargumentexception-column-id-does-not-exist http://stackoverflow.com/questions/6196800/error-caused-by-java-lang-illegalargumentexception-column-id-does-not-exis http://stackoverflow.com/questions/3244472/android-sqlite-exceptionjava-lang-illegalargumentexception-column-id-does-n This is just a sample of the responses. You may also want to get rid of the projection map as it may be a cause. On Mon, Jan 2, 2012 at 7:55 AM, sree <[email protected]> wrote: > Hi, > > I have created the table with single field name called NAME, when i > trying to fetch the data from the cursor object am getting illegal > argument exception:column_id error am getting. > > Please let me know how this can be done. Is it possible to fetch the > single field value without ID field?? > > Thanks in advance. > > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en -- "I know that you believe you understand what you think I said, but I'm not sure you realize that what you heard is not what I meant." - Robert McCloskey -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

