Possible Duplicate:
Backup and restore SQLite database to sdcard
I'm writing an application and I need to be able to backup a database to the sdcard and restore it via java. I first tried just copying it to the sdcard that seems to work fine and after browsing the database it seems to be all there and fine. However i can not seem to restore it if i just copy it back and overwrite the existing one i get force closes. I'm looking to backup the sms database and restore it. Thank you for any help with this issue