The data-synchronization tag has no wiki summary.
33
votes
4answers
12k views
Best way to synchronize local HTML5 DB (WebSQL Storage, SQLite) with a server
I am developing a mobile web application (for iPhone) with a local database (using html5 webstorage) so my app is still usable when the user is offline.
This is working perfectly, but I want to save ...
25
votes
3answers
6k views
Client-server synchronization pattern / algorithm?
I have a feeling that there must be client-server synchronization patterns out there. But i totally failed to google up one.
Situation is quite simple - server is the central node, that multiple ...
17
votes
5answers
4k views
iPhone offline application with synchronization
I'm looking into building an application which works just as well offline as it does online. Since the application cannot communicate with the server while in offline, there is some level of ...
9
votes
4answers
682 views
Offline / Online Data Synchronization Design (Javascript)
I'm currently in the process of writing an offline webapp using all the html5 goodies for offline support. However I'm starting now to think about writing the sync module that will ensure that any ...
9
votes
6answers
1k views
javascript library for client side storage with server side sync
I'm looking for a javascript library that will let me store data in a client side database and in the back ground automatically sync the database back to the server's database
preferable something ...
7
votes
5answers
896 views
What is a good solution to synchronize data between iOS apps?
I am developing an application, whose data management is realized through Core Data, and I am studying how to implement a feature to synchronize data between two different devices (even between ...
7
votes
1answer
554 views
Synchronizing client-server databases
I'm looking for some general strategies for synchronizing data on a central server with client applications that are not always online.
In my particular case, I have an android phone application with ...
7
votes
6answers
2k views
database synchronization - MS Access
I have an issue at the moment where multiple (same schema) access 2003 databases are used on laptops.
I need to find an automated way to synchronize the data into a central access database.
Data on ...
6
votes
2answers
137 views
django database synchronization for an offline usage
I have one master django sever where the data are stored (mysql database).
Online : I would like many users to have a copy from this database synchronized (only delta's must be copied) on their ...
6
votes
4answers
4k views
Can you sync CoreData with iCloud?
does anyone know if and how you can sync CoreData apps with iCloud? If I understand the Apple iCould instructions right you can not sync CoreData, can you?
6
votes
2answers
222 views
Best strategy for synching data in iPhone app
I am working on a regular iPhone app which pulls data from a server (XML, JSON, etc...), and I'm wondering what is the best way to implement synching data. Criteria are speed (less network data ...
6
votes
1answer
447 views
Syncing between two databases
I have an application that also has a web interface, one of the requirements is to be able to work on the application even if there isn't an internet connection available.
Is there a need to sync ...
5
votes
2answers
735 views
Keeping iPhone application in sync with GWT application
I'm working on an iPhone application that should work in offline and online modes.
In it's online mode it's supposed to feed all the information the user enters to a webservice backed by GWT/GAE.
In ...
5
votes
2answers
133 views
What's the best way to do one-way synching from a server-side database to iPhone?
I've got a database on my server which is about 3mb big. I'd like to ship that with my iphone application.
The most important thing is that I'd like to promote changes to the database (insert, ...
5
votes
4answers
649 views
Keeping distributed databases synchronized in a unstable network
I'm facing the following challenge:
I have a bunch of databases in different geographical locations where the network may fail a lot (I'm using cellular network). I need to keep all the databases ...
5
votes
1answer
750 views
One-way Database Synchronization
There is frequently the need to synchronize data from master tables in one database to clone tables in other databases, often on other servers. For example, consider the case where a backend system ...
5
votes
1answer
2k views
Syncing objects between two disparate systems, best approach?
I am working on syncing two business objects between an iPhone and a Web site using an XML-based payload and would love to solicit some ideas for an optimal routine.
The nature of this question is ...
4
votes
2answers
250 views
SQL Database synchronization
We are develping an application using PHP and Symfony framework. Ideally the system would run on a remote server, so that it can be available online anywhere. However, there has to be offline ...
3
votes
3answers
141 views
Single Database and Many Users Desktop Application
I am new to this concept so i need guidance that what will be best to use in following scenario.
I have to make a desktop application that contains many features like parts Stock ,Employees ...
3
votes
1answer
531 views
Two-way sync between iPhone application and web application
I have a web application that relies on a MySQL database, for which I am thinking of building an iPhone app. This app would allow users to browse/insert/update/delete data on their account on the web ...
2
votes
2answers
127 views
Sync 2 .net applications
Good morning/afternoon/evening!
There are 2 systems - CRM (customized SplendidCRM) и home-brewedmonster (crm+cms+backoffice).
CRM - Asp.Net 2.0 WebSite, Sql Server 2008; implemented using Views, ...
1
vote
1answer
596 views
Android Utility to send sqlite db to sever
In my application i want to send data stored in the local sqlite database to server's sqlserver database. Is there any utility for android to directly send the .db file and read the content in the ...
0
votes
1answer
33 views
Synchronization between SQL Server CE and SQL Server
How to synchronize data with SQL Server Standard Edition and SQL Server Compact Edition?
I hope you will give positive answer regarding this question.
0
votes
1answer
116 views
Synchronising data between a webSQL database and a MySQL database
In an application I am writing, it is necessary for me to keep a two way synchronisation between the local webSQL database and the remote MySQL database.
I have come across libraries like ...
0
votes
1answer
61 views
Can't find Microsoft Sync Framework Power Pack for SQL Azure nowhere
Hello,
I have a question regarding the above Power Pack. I can't seem to find none of the CTP's on the internet anymore, why is that? I really need the Sql Azure Data Sync for one of my ...
0
votes
1answer
130 views
SQL Server 2005 Analysis Service (SSAS) Partial Synchronization
I'm new to SSAS (this is my first project that involves ssas).
I have a regular a SQL Server 2005 server (say Blah) that run database instance and sql server analysis service. I want to synchronize ...
0
votes
2answers
298 views
Real-time unidirectional synchronization from sql-server to another data repository
In my previous question on this portal, I had asked about some insight about syncing data between SqlServer and key-value based data repositories.
In lieu of the same problem (one way real-time ...
0
votes
2answers
410 views
How to improve performance of SQL MERGE statement
I have a job that I am currenlty running to sync data between two databases on different internal servers. The one server is the backend database for the HEAT product from FrontRange. The second is ...
0
votes
4answers
300 views
What is the most efficient way to move data from one sql table to another
Currently I have an SSIS job that runs to move data from one sql 20008 machine to another. The job moves about 2 million records from about 6 tables. That takes about 5-10 minutes depending on the ...