Hi,
How to drop the sqlite db while uninstalling the app?
Ram
Printable View
Hi,
How to drop the sqlite db while uninstalling the app?
Ram
Also i'm using [URL="http://www.developer.nokia.com/Community/Wiki/How-to_create_a_persistent_settings_database_in_Qt_Quick_(QML)"]this wiki[/URL] to create the db but i didn't find the db file! where it can be found??
i think the db file is not exist. because you are using sql server of device. you just connect sql server of device. but how you can drop database while uninstalling the app?
i dont know and i wonder 2.
regards.
Check [URL="http://doc.qt.nokia.com/4.7-snapshot/qdeclarativeglobalobject.html#database-api"]here[/URL] and [URL="http://doc.qt.nokia.com/4.7-snapshot/qdeclarativeengine.html#offlineStoragePath-prop"]here[/URL] for more information about the location of the database.
Br,
Villep