[android-developers] Cursor and rowId

2010-05-17 Thread oriharel
how do get the row ID from a Cursor? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to

Re: [android-developers] Cursor and rowId

2010-05-17 Thread Mark Murphy
oriharel wrote: how do get the row ID from a Cursor? That will be the value of your _ID column. If you do not have an _ID column in your result set, you cannot get the row ID from the Cursor. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy