vendredi 29 avril 2016

Import an External SQLite database to my project

I'm interested in importing an external SQLite database to my project. When using the QT Quick Local Storage:

LocalStorage.openDatabaseSync("QQmlExampleDB", "1.0", "The Example QML SQL!", 1000000);

The problem is that, the program generates a NEW database, and if it's possible I'm interested in open an existing database.

Any idea?

Thank you very much!

Aucun commentaire:

Enregistrer un commentaire