Closed GuilhermeLessa closed 6 years ago
I need to create file tiCorporativoMobile.db into root project?
MY CONFIG XML
`<?xml version='1.0' encoding='utf-8'?>
`
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!