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

Popular posts from this blog

java - UnknownEntityTypeException: Unable to locate persister (Hibernate 5.0) -

python - ValueError: empty vocabulary; perhaps the documents only contain stop words -

ubuntu - collect2: fatal error: ld terminated with signal 9 [Killed] -