I'm afraid the column should be named "_id" and not "_ID". sqlite3 doesn't care but it looks like our code that throws the illegalargumentexception does a case-sensitive comparison.
On Wed, Nov 19, 2008 at 10:43 AM, Mark Murphy <[EMAIL PROTECTED]> wrote: > > Jeff wrote: >> Hello, I am using a simple list and I am getting this exception. I >> get the error with the _ID in or out of the projection. when calling >> SimpleCursorAdaptor. The DB insert/guery is working. >> Anyone seen this problem? > > I just *have* to stop answering emails when I have a cold... > > OK, so you have an _ID column. > > Can you post the Java exception traceback? > > -- > Mark Murphy (a Commons Guy) > http://commonsware.com > > Android Training on the Ranch! -- Mar 16-20, 2009 > http://www.bignerdranch.com/schedule.shtml > > > > -- Romain Guy www.curious-creature.org --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Beginners" 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-beginners?hl=en -~----------~----~----~----~------~----~------~--~---

