On Nov 20, 11:00 am, JasonMP <[email protected]> wrote: > The issue came up b/c when i do delete rows i get gaps. gaps were bad > for my code :). I'm not sure I understand what a general transaction > abort is. Is this something that happens often?
There is no such thing as a "general transaction abort". Sorry my statement came out sounding that way! See android.database.sqlite.SQLiteDatabase method beginTransaction(). Even if not in an explicit transaction an insert could result in a gap if the insert fails. -- 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

