cordova - cannot open sqlite database from JavaScript -
cordova - cannot open sqlite database from JavaScript -
i'm trying read sqlite database js side created/updated android activity or service.
but when phone call window.opendatabase() method message below appear on logcat, , query returns 'no such table' error.
physical .db file there , seems accessible within java code, cannot access javascript code. uninstall or clear info , reinstall app did no help this.
i have no clue solve error please help & suggestions appreciated.
phonegap sqlite error code=14 i/database(2138): sqlite returned: error code = 14, msg = cannot open file @ line 27205
if trying access database created activity javascript code, next thread might reply question:
how phone call window.opendatabase webview hosted in android application?
sqlite cordova
Comments
Post a Comment