How to synchronize two databases in Qt?
Mobile and Embedded
2
Posts
2
Posters
976
Views
1
Watching
-
wrote on 13 Mar 2014, 05:21 last edited by
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.
-
wrote on 14 Mar 2014, 08:47 last edited by
web services, or post get.
1/2