On Sep 3, 12:43 am, Marco Nelissen <[email protected]> wrote:
> Are you using bulkInsert?
Actually, I don't. I looked at it but it seemed to be related to
ContentProvider and ContentResolver neither of which I'm using. Am I
missing something here?
I use execSQL("INSERT INTO my_table VALUES(?,?,?)", new Object[]
{1,2,3}) and perform on average 10 calls per 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
-~----------~----~----~----~------~----~------~--~---