Transactions are per-connection. That's on purpose, so a connection sees all changes made by others only once are of them are complete.
Either switch to one connection, or don't use transactions, preferably both. -- Kostya Vasilyev -- http://kmansoft.wordpress.com 24.08.2010 23:21 пользователь "Kim Damevin" <[email protected]> написал: Hi, Do you call getWriteableDatabase twice ? because you shouldn't. It should be the same SQLiteDatabase object or you have to end the transaction from the first one before you start a new one. Kim On Tue, Aug 24, 2010 at 9:09 PM, tatebn <[email protected]> wrote: > > I'm using transaction... -- 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

