First of all, correct me if I\'m wrong, but if you close a database connection, you can\'t use the Cursor you got from it, correct?
db.open(); Cursor c = db.quer
No, As it says in the link below, if you close the database, the cursor becomes invalid.
Will cursor be still alive after database is closed?