Quantcast
Channel: Qt DevNet forums: Qt Quick 1283365070**
Viewing all articles
Browse latest Browse all 4972

[SOLVED] QtQuick.LocalStorage 2.0 on Blackberry Playbook

$
0
0
I’m sorry, it was all working properly. You can not remove all tables from the database with one command, only separately, eg var db = Sql.LocalStorage.openDatabaseSync(..);   function clearScores() {     db.transaction(         function(tx) {             tx.executeSql('DROP DATABASE Scores;');         }     ); } A lot of interesting information here http://doc-snapshot.qt-project.org/qt5-dev/qtquick/qmlmodule-qtquick-localstorage2-qtquick-localstorage-2.html and in the source code: qtdeclarative/src/imports/localstorage/plugin.cpp

Viewing all articles
Browse latest Browse all 4972

Trending Articles