Data synchronization is the process of establishing consistency among data from a source to a target data storage and vice versa and the continuous harmonization of the data over time.
0
votes
1answer
33 views
SQL Server online/offline scenario
I have build an application that have to read some MS Access data from several (+100) shop locations, and save some data on a remote MS SQL server that is at the end point of a VPN. Because the ...
1
vote
0answers
21 views
what all data needs to be deleted to make it equivalent to application uninstall
I came into a very strange problem. In my application, there is a synch process that runs every 3000 milliseconds and synchs the data from local database(SQlite) to server database.
Now when I create ...
0
votes
0answers
18 views
Remote synchronization on NetBeans
Some friends and I are working on a PHP project. We're all using NetBeans 7.3 and have remote synchronization enabled on file save.
The problem is: if the copy on the server was updated after someone ...
0
votes
0answers
18 views
inotifytools and unison to synchroniz folders,how to gain better performance
I use inotifytools and unison to synchroniz folders between mechines.
I have a large folder to synchroniz,I just simply write a inotifywait script to do the job automaticly.
Is it sensible to let ...
0
votes
1answer
26 views
Online / Offline managing Mysql database
I'm creating a software in c++ with Qt library where the database is loaded when you log in to the software.
When it's done you can use it without connection and edit your database, then when you have ...
0
votes
2answers
79 views
Data Synchronization between mobile and webserver
How would you implement a data synchronization solution that ensures data on a mobile device and web server are in sync.
0
votes
1answer
73 views
Java - Sync different entities between Client-Server database (JPA2+EJB3)
can someone help me plz?
i am trying to get a synchronization between N "clients" database to 1 Big "Server" database (kind of repository/backup database).
Its ok, i got a way to make their sync ...
0
votes
2answers
147 views
How can I synchronize a production meteor js database with development?
I'm just getting into Meteor, and am similarly new to MongoDB. I am accustomed to syncing MySQL dbs (production vs dev) for running tests of new features with near-live data. At present, I don't ...
0
votes
2answers
37 views
Database syncronization
I have a small problem, i am working on a project where i need to synchronize the databases to maintain the same data at diff locations, all have their own database the structure of all the ...
1
vote
0answers
37 views
can database caching solutions be used locally in clients and not on the server side?
I'm interested in caching solutions for a client server Java application both to speed up locally the queries but mostly to limit the network traffic.
Currently each client queries over and over the ...
0
votes
1answer
77 views
Strategy to sync 2 Microsoft SQL Server databases
I've gotta admit that I'm a Microsoft .NET developer, and I'm not an expert in SQL Server.
I have developed a Windows app, with data stored in my local SQL Server (Express version). I recently ...
0
votes
1answer
42 views
Difference between data replication and synchronization?
I'm having trouble finding the differences between data synchronization and replication.
From what I can tell, replication is making all data between 2 databases the same. Synchronization doesn't ...
0
votes
1answer
42 views
Postgres primary key synchornized
I have two postgres databases, same tables have to be synchronized among those databases (not all of them, just a few of them).
This creates a problem with synchronization, if I have table A and ...
2
votes
2answers
130 views
What is the modern programming standard for synchronizing data between a web service and a client?
The question is a little general, so to help narrow the focus, I'll share my current setup that is motivating this question. I have a LAMP web service running a RESTful API. We have two client ...
0
votes
0answers
26 views
SQLite - Syncing between list and table fast
I have a list of (int, String) and have a database table (int, var_char). I need to insert, update and delete records in the database to match exactly what the list has. Example:
Given list:
1 Black
...
1
vote
1answer
53 views
ios coredata table schema sync
It would be better to ask here, since I could't see a light on my google search results.
Finally, my iOS app and web app can smoothly sync data. On iOS side, core data is used for playing with ...
0
votes
1answer
49 views
Conflict resolution in sync implementation
I am implementing a basic sync strategy for a multi-client application that needs to support offline data access. I am using @Chris' suggestion in his answer to this question (not required reading).
...
0
votes
1answer
59 views
Google Drive SDK - check etag when uploading/synchronizing
I'm trying to implement a file synchronization between a local folder and a distant Google Drive. The classic problem is when some modifications are made on both sides simultaneously. So when I update ...
1
vote
1answer
153 views
SQL Server Replication issues
I'm trying to set database snapshot replication using c# with SQL Server 2008 R2. when I'm connecting to the server everything goes as it should... but after the following lines of the code:
...
0
votes
2answers
68 views
Synchronizing Progress Database with SQL Server
I have a Progress Database OpenEdge 10.2A and we have SQL Server 2008R2. Now my requirement is to look for a tool that can do the database synchronization between these two databases (mentioned ...
0
votes
1answer
65 views
How to synchronise data between OpenLdap and Active Directory
Currently I have a OpenLDAP database used by all the services (emai, svn ..) and i would like to synchronise it with an ActiveDirectory (AD).
I've done some research and i found that it could be ...
1
vote
0answers
17 views
delayed sync to main database when internet connection fail
I have question about solution for this situation:
1, I want web application working on local web servers in few different locations.
2, Each location has local web server with copy of this ...
0
votes
3answers
201 views
Keep two databases synchronized with timestamp / rowversion
I have a primary database containing table A and a secondary database containing another copy of A. Each time my application starts it checks all the rows of table A in the primary database and ...
0
votes
1answer
70 views
Collaboration (or synchronization) between OpenCL host and devices
This question is of none significance!
0
votes
0answers
42 views
Synchronizing SQL Server 2008 database with a proprietory non-SQL database using rowversion
I am trying to synchronize SQL Server 2008 database with a proprietory third party database. In SQL Server database, I have a SyncId column of type timestamp / rowversion in the tables that I wish to ...
0
votes
1answer
43 views
Synchronization not updating jobs for new user
I have built an application that uses Synchronization Services to synchronize Jobs with a user that has logged into the device, the filter for the synchronization is based on UserId, assigned on ...
-1
votes
1answer
47 views
Synchronizing data across a couple of servers [closed]
I have a simple yet tricky question - as far as I know Facebook, Google, etc have more than one server for obvious reasons - maintain 100% uptime, load distribution and some more.
My question is how ...
12
votes
1answer
206 views
SQL MIN_ACTIVE_ROWVERSION() value does not change for a long while
We're troubleshooting a sort of Sync Framework between two SQL Server databases, in separate servers (both SQL Server 2008 Enterprise 64 bits SP2 - 10.0.4000.0), through linked server connections, and ...
1
vote
0answers
73 views
Is there a design pattern I could use for this?
I'm building a system that fetches data from one SOAP API (Help Desk Tickets) that delivers various data types that I need to map to a different type and format, mainly int -> string and then create ...
0
votes
2answers
55 views
Synchronization ignoring filters
I'm trying to implement Microsoft Synchronization services into a smart device application I am developing however I seem to have hit a brick wall and I am hoping someone will be able to provide a ...
5
votes
0answers
303 views
AVD emulator has no option to Sync with Google Calendar
My app has functionality to add events to the calendar but in order to achieve this Android's calendar app needs to have calendars.
In order to add calendars you have to add a Google account. So I ...
1
vote
2answers
78 views
Synchronising data between different databases
I'm looking for a possible solution for the following problem.
First the situation I'm at:
I've 2 databases, 1 Oracle DB and 1 MySQL DB. Although they have a lot of similarities they are not ...
1
vote
2answers
53 views
Git - Remote site to local
I have a new client wordpress site, which was built in a bit of a mess (but it works).
I have installed Git on the remote server and on my local machine.
Before I start developing locally, I need ...
0
votes
0answers
127 views
synchronization with external systems
I'm about to handle synchronizing my application basic data with many other external application. Each external application are serving their basic data with services.
I decide to create a proxy ...
1
vote
2answers
554 views
SQLite synchronization with SQL server-Which is the best method? [closed]
I have a requirement. I need to do a bidirectional data synchronization between SQLite db in the Android device and a central SQL server. For this which is the best method? Creating a web service or ...
0
votes
1answer
164 views
Adobe Air SQLite synchronization
I want to develop a desktop application in Adobe Air with persisted local storage that will be catered by Adobe Air's SQLite. I want to implement row based synchronization and I've created the ...
1
vote
0answers
119 views
How to store large amount of data locally (in the browser) - or enable recent data sync between local <-> server?
I have developed an application that needs to keep data sync'd locally (within the browser) and the server.
The server data is mySQL and the local data is in form of any available persistent storage ...
-1
votes
1answer
49 views
data-synchronization of lists in an asynchronous process
In Salesforce each person has a unique id. When I push a list of people who aren't in Salesforce, a new list is asynchronously returned (could take hours) to me that is my list with the id row filled ...
2
votes
1answer
377 views
Are there best practices/patterns for synchronizing local and remote data in SPA (html5 single page applications)?
Hy everyone,
I'm writing a simple "todo - helloworld" with jqueryMobile + knockout + breeze + WebAPI
to learn about SPAs (Single Page Application) in a mobile context (unreliable internet connection)
...
1
vote
2answers
73 views
Linking repo subfolders with git
I have a project on Red Hat OpenShift (git) and a project on Bitbucket (git).
How do I link a subfolder of the Bitbucket project to a subfolder of the OpenShift project?
(so that making commits in ...
4
votes
1answer
256 views
sync SQLite data from Android phone to Windows PC MySql Database
I am working on an application which requires synchronization of SQLite data from an Android device to MySql Database on desktop Windows PC i have no idea how to do this. I really need some urgent ...
0
votes
1answer
174 views
How to sync database in eclipse with sqlite browser
I am starting with DBHandling. I have performed CRUD operation and i want them to see instatntly in my DB.
I have pull the DB from file explorer in eclipse and open that DB in sqlite browser, but i ...
1
vote
1answer
34 views
Synchronising different of a database - django
I have made a django web app (postgresql backend) for internal use for one of my clients in New Zealand.
They have told me that they would also like it to be used by one of their branches in Malaysia ...
6
votes
1answer
640 views
Architecture for data layer that uses both localStorage and a REST remote server
Anybody has any ideas or references on how to implement a data persistence layer that uses both a localStorage and a REST remote storage:
The data of a certain client is stored with localStorage ...
0
votes
0answers
136 views
Synchronising Issue with SQL-Server from Android Mobile
I created an Android Application which will Sync with SQL-Server Database which is located In my Local Server.I made it by using jtds.jdbc connection so that i can sync data without using web-service. ...
0
votes
1answer
154 views
Synchronising SQL Server data via xml export
I need someone's expertise on the following:
I am building a web-facing system for a client which needs to sync 30-odd tables between it and their .NET 1.1 WinForms application. To minimise ...
1
vote
1answer
80 views
Remove row from database and directory on disk in one transaction [duplicate]
Possible Duplicate:
Deleting files and corresponding entries from database
I'm writing an ASP.NET application. I have a row in a database with physical path to a folder on disk. I want to ...
1
vote
1answer
36 views
Storing Data on JBoss
I want to offer files on an Apache-Server (A).
I want to Upload them through a PrimeFaces frontend with a JBoss-Server.
Now I am instructed to pass these through to another Apache-Server (B).
I would ...
0
votes
1answer
100 views
Database Synchronization for remote development
As the title describes, I am looking for an efficient way to synchronize the structure & the data of a project's Database.
As I have not found a "right way" to achieve it, I have propose a ...
0
votes
1answer
246 views
SQL Server Client - Server database synchronization with schema
I have have C#.net a application which uses online db server and even local server .
If the user no longer connected to internet he can use offline server in his local machine . but before using ...

