Submitted by Hao-Fan Ma on November 1, 2011 - 12:34pm Assumed Answered Tags: untaggedjive-migrated Hi, If opened SQLite database in app, when app quit, should I close database? which API should be used? function onAppQuit() { if (isRhoElements) { // closedatabase(); ??????? application.quit(); } } Thank you, Max Ma. February 1, 2012 - 7:14am #1 Anonymous (not verified) You do not need to close the You do not need to close the database, WebSQL implementation of sqlite does not have it. Vote: Vote up! Vote down! Points: 0 You voted ‘up’ Log in to post comments
You do not need to close the database, WebSQL implementation of sqlite does not have it.
Points: 0
You voted ‘up’
Log in to post comments