Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. How to synchronize two databases in Qt?

How to synchronize two databases in Qt?

Scheduled Pinned Locked Moved Mobile and Embedded
2 Posts 2 Posters 973 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.
  • S Offline
    S Offline
    sczhengyabin
    wrote on last edited by
    #1

    Hi,
    I'm using Qt4.7 for embedded development on an arm-linux based board. There is a local SQLite database, and a remote SQLServer database connected with board through network.

       The requirement is to synchronize everything executed on local SQLite DB to the remote SQLServer DB.
    
       The changes to SQLite are only "INSERTs" & "UPDATEs".
    
       Now I managed to repeat every SQLs of SQLite on the remote SQLServer. It works. But I think it's not a good solution. Is there any better and simpler solutions you guys know?
    
       Thanks.
    
    1 Reply Last reply
    0
    • T Offline
      T Offline
      topocc
      wrote on last edited by
      #2

      web services, or post get.

      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