Matt Kanninen wrote: > This page: > > http://developer.android.com/reference/android/database/Cursor.html > > says: > > "This interface provides random read-write access to the result set > returned by a database query." > > but I can't find any way to update a database with a cursor.
That document is somewhat out of date. You used to be able to modify the database using a Cursor, but that got dropped somewhere before Android 1.0. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://twitter.com/commonsguy Android Consulting/App Development: http://commonsware.com/consulting -- 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 android-developers+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en