Thanks for the quick reply. It says that there is 0 rows when using get count. Is it a problem with the row number I provide it you think?
André On Aug 3, 3:01 pm, Kostya Vasilyev <[email protected]> wrote: > Most likely, your cursor doesn't contain any data rows. Use > cursor.getCount (or cursor.moveToNext) to check. > > 03.08.2011 16:51, André пишет: > > > Any suggestions? > > -- > Kostya Vasilyev -- 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

