Hi
I'm using sqlite for my app.
I'm using extensive cursors in my app and i have taken care to close
all of them after use.
I'm enumerating cursor with clause "order by".
then i'm trying to delete a row from the resp. table.
Whenever I'm trying to delete a row in a database, I'm observing 2
rows are deleted from the database.
Even, though there is a single row matching a constraint.
The extra row deleted is observed to be a row right after next or
before the a row that is matching a constraint and should be deleted.
What could be the problem??
Thanks in advance.

-- 
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

Reply via email to