-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sqlitePlugin.echoTest is not a function, db.executeSql is not a function #57
Comments
I need to create file tiCorporativoMobile.db into root project? |
MY CONFIG XML
|
SOLUTIONS: |
seems this is an issue with installing both cordova-plugin-sqlite-2 and cordova-plugin-sqlite at the same time? in that case, closing |
The functions return as undeclared. db.executeSql, batch, echoTest, all...
I'm having the same problem with the plugin litehelpers/Cordova-sqlite-storage
CONSOLE LOG IMAGE:
https://ibb.co/bKsYKS
db = sqlitePlugin.openDatabase({
name: 'tiCorporativoMobile.db',
version: '1.0',
location: 'default'
});
console.log(db);
db.executeSql('DELETE FROM configuracoes', [], function(rs) {
}, function(error) { //+ error.message
});
help-me please!
The text was updated successfully, but these errors were encountered: