Bulk Insertion on Android device
问题 I want to bulk insert about 700 records into the Android database on my next upgrade. What\'s the most efficient way to do this? From various posts, I know that if I use Insert statements, I should wrap them in a transaction. There\'s also a post about using your own database, but I need this data to go into my app\'s standard Android database. Note that this would only be done once per device. Some ideas: Put a bunch of SQL statements in a file, read them in a line at a time, and exec the