android - Where is the location of the sqlite to be used in the monaca? -
use monaca, developing mobile app. application uses sqlite using on windows (visual studio). while confirming contents of database, develop, in trouble , not know bottom line of created location of database.
index.html
var db = window.opendatabase('database', '1.0', 'sampletable', 200000); db.transaction(executequery, errorcb, successcb);
where 'databese' file? understand?
Comments
Post a Comment