I want to copy database file to SD card. But Write-Ahead Log (wal file) has not writen to db file. It will write to db file when checkpoint occurs as the SQLite offical document said : http://www.sqlite.org/wal.html#ckpt. So is there an API I can trigger a checkpoint of database, so after that I can copy the db file to SD card?
-- 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

