hi, hope someone can help? as i understand it, database connections need to be closed when finished with the connection. when using a custom content provider, surely all the closing should be taken care of within the provider? for example, i have a simple content provider that i have created. if i now access the data from any application using the content provider, i don't have control over the opening and closing of the database. inserts, updates and deletes can take care of closing the database connection in the provider. queries can't as a cursor is returned to the calling application. once the cursor is finished with, it can be closed in the calling application but the database connection can't.
how does one take care of closing the data connection in this case? i have searched all over for an answer to this but have not found a satisfactory answer yet. any help would be appreciated. thanks regards appyChappy -- 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

