Hello, I have a database that will be editable inside my android app.
I'm having an issue where when a row is deleted, its spot in the
autoincrement array is still taken, and subsequent entries into that
table pick up after that number.  This leaves me with a list of rows
whos autoincrement id values can jump around.  I need my rows in my
database to stay ascending and in increments of 1.  Is there an easy
way to do this?  Or will I need to rewrite the autoincrement column to
all my rows each time an item is deleted?

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

Reply via email to