I'm a little old fashionned, but it souds me strange not to close a database. You close cursors and transactions but not a db. DB stay most of the time open resident with the app when the app is "closed". Is there any problem in closing a db on going out and then evaluate it's state by 'db.IsInitialised' on resume?. Which is the best way to follow with android? (I mean with SQLite)
Thanks
Thanks