Hi guys, I have a ContentProvider in my app that wraps an SQLite database. I'm wondering what is the best way to call insert(), update(), delete() and query() inside a database transaction. Is it possible? Is there any workaround? bulkInsert() doesn't help since it only makes insert() calls.
Thanks. -- 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