Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. SQLite in mobile and desktop

SQLite in mobile and desktop

Scheduled Pinned Locked Moved Unsolved QML and Qt Quick
2 Posts 2 Posters 386 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • canellasC Offline
    canellasC Offline
    canellas
    wrote on last edited by
    #1

    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!!

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      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.

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      0

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved