SQLite in mobile and desktop
Unsolved
QML and Qt Quick
-
Hi!,
I am extremely newbie to Qt Quick and QML programming, and I am designing an application that must run on a cell phone, and a Windows desktop computer.
There will be data stored in a SQLite database, and I want the user to be able to edit it using the cell as well as the desktop. I imagine that the database must be copied or synchronized from cell to desktop, and vice-versa. Is there a "standard" way of doing this?TIA!!
-
Hi,
Is it necessary to have that database locally ? If not, you can use a web service that both applications will access in order to get the data from the database.
Otherwise, yes you'll have to copy by hand.