I keep my database open for the life of the app and close it on termination. Now with iOS 4.0 multitasking, when going to the background, my app saves data but doesn't close the database. I believe this means that my app will always eventually get purged from memory without ever properly closing the database (or finalizing statements). Everything seems to work fine, but just wondering... is it ok to never close the database properly?
Thanks for any insight, Ernie