Would anyone be kind enough to tell me in what direction I should investigate? Does this error mean that my mapping "from" or "to" is wrong or is it my SQL query? I checked and rechecked all of that and could not find anything. Apr 14 is approaching way too quickly.
Thanks Fred ---------- Forwarded message ---------- From: Fred Janon <[EMAIL PROTECTED]> Date: Mon, Mar 24, 2008 at 4:26 PM Subject: ListActivity/SimpleCursorAdapter/SQLite issue: ERROR/CursorWindow(728): Bad request for field slot 0,-1. To: [EMAIL PROTECTED] during a setListAdapter call: SimpleCursorAdapter notes = new SimpleCursorAdapter(this, R.layout.notes_row, notesCursor, from, to); setListAdapter(notes); I get this error: ERROR/CursorWindow(728): Bad request for field slot 0,-1. numRows = 1, numColumns = 3 What does this mean: "slot 0, -1"? Where is the issue? Thanks Fred --~--~---------~--~----~------------~-------~--~----~ 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] Announcing the new M5 SDK! http://android-developers.blogspot.com/2008/02/android-sdk-m5-rc14-now-available.html For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

