> Also, "batch insert" generally means you insert multiple items at > once, so you should only need to do one call to bulkInsert(), and > hence one call to getWriteableDatabase.
bulkInsert() is only for content providers; it is not implemented on SQLiteDatabase. If there is a way to do a bulk insert in SQLite, without bulkInsert(), I'd be interested to know -- thanks! -- Mark Murphy (a Commons Guy) http://commonsware.com Android App Developer Books: http://commonsware.com/books.html --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

