Tagged Questions
The datasynchronization tag has no wiki summary.
9
votes
7answers
3k views
Strategy for Offline/Online data synchronization
My requirement is I have server J2EE web application and client J2EE web application. Sometimes client can go offline. When client comes online he should be able to synchronize changes to and fro. ...
8
votes
2answers
4k views
android sqlite bidirectional synchronization sqlite
I need to sync my Android SQLite DB with my cloud-server DB, and doing it in a bi-directional way in a multiuser environment.
I have found and introduction to the solution here ...
7
votes
4answers
695 views
Which is the best way to bi-directionally synchronize dynamic data in real time using mysql
Here is the scenario. 2 web servers in two separate locations having two mysql databases with identical tables. The data within the tables is also expected to be identical in real time.
Here is the ...
4
votes
4answers
481 views
Parse “0”/“1” as bool in (.NET 4.0 C#) Sync Framework 4.0 CTP
Is it possible to have some kind of type converter that allows Sync Framework to treat string "0"/"1" as boolean values for false/true. As per bool.parse documentation it is not supported by default ...
3
votes
4answers
950 views
Google Gears - To what level is synchronization supported?
I have a few questions about data synchronization. The architecture
does not seem to be clear about this:
Does Google Gears provide from automatic synchronization of data
(from client to server and ...
2
votes
3answers
273 views
Sql server database synchronisation
I have 1 application , in which conditions are like i have to use local databases only for each PC....Now if some enrollment is done from 1 pc then that data should be store in local database and also ...
2
votes
5answers
1k views
using wpf datagridcomboboxcolumn's IsSynchronizedWithCurrentItem
(see below for my own answer that I came up with after letting this percolate for days & days)
I am trying to achieve the following scenario in WPF.
I have a datagrid that is displaying rows of ...
2
votes
1answer
99 views
Updating a local sqlite db that is used for local metadata & caching from a service?
I've searched through the site and haven't found a question/answer that quite answer my question, the closest one I found was: Syncing objects between two disparate systems best approach.
Anyway to ...
2
votes
1answer
543 views
Microsoft Sync Framework with Mutliple Client and Server Database
I'm working on changes to an application to have a local data store instead of connecting directly to the database server. The client app will then sync changes both ways between the server database ...
2
votes
1answer
338 views
Strategy for syncing data with mobile phones?
We built a .NET server application that hosts data (contacts, email, etc.). We'd like to sync our data to mobile devices: iPhone, Windows Mobile, Blackberry, etc.
How should we go about doing this?
...
2
votes
1answer
78 views
What are viable options for data synchronization and transformation in sql server 2008?
Our company needs to synchronize two sql server 2008 databases on two different servers.
The database schemas are about 50% different so transformation is needed.
Synchronization needs to be done ...
2
votes
3answers
272 views
Are there any PDA or Outlook Synch Frameworks out there?
We have a web application that deals with some common sales entities (Contacts, Appointments, Addresses, Notes etc..). We need to keep our app, outlook, and potentially any devices that they might ...
1
vote
1answer
40 views
Manual synchronization SQL Server enigma
I've installed two SQL Server 2008 in two sites linked by internet connection and I've installed a merge replication between them, but one of the sites got a long disconnection time and the customer ...
1
vote
2answers
95 views
How to synchronize two MySQL databases which have different schemes?
I have two completely different MySQL databases and they both have their own user table schemes. I want to synchronize user tables (in real time) so, when a user is added to either database, the other ...
1
vote
1answer
328 views
DbNotProvisioned Exception while synchronizing 2 database
Hi following is my code...I am trying to synchronize 2 database..
but getting exception like:
DbNotProvisioned Exception
The current operation could not be completed because the database is not ...
1
vote
1answer
280 views
cloud based synchronization architecture
I am thinking of building a cloud base synch solution (something like Dropbox):
1) What would a robust architecture look like?
2) What technologies would you need to support different platforms like ...
1
vote
1answer
415 views
How to approach local database management via Flex/Air App
I am planning on using Flash Builder 4/Flex to write an AIR application which is primarily based around recording, storing and analyzing data. I'll be creating charts etc that need to update in almost ...
1
vote
2answers
209 views
Is there a free GUI tool for data sync between DB in which it is possible to script rules?
What I need to do is some data between 2 databases. The source can be anything (comma separated file, xls file, any database, ...), the destination is MS SQL Server.
I do not need to sync all data, I ...
1
vote
0answers
425 views
Microsoft Sync 2.1 : Oracle 11g -> SQL Server 2008 Sync : Cast not valid Exception
I am trying to sync tables in a Oracle 11g and Sql Sever 2008 databases using the Sync Framework.
I used the Database Sync: Oracle and SQL Compact 2-Tier Sample as a base and was able to extend it ...
1
vote
1answer
251 views
Syncrhonizing 2 database with different schemas
We have a normalized SQL Server 2008 database designed using generic tables. So, instead of having a separate table for each entity (e.g. Products, Orders, OrderItems, etc), we have generic tables ...
1
vote
2answers
509 views
How do you execute Data Synchronizations between EPMA applications programmatically?
I would like to schedule a batch job in which a can execute a move of data between two workspace application in Hyperion Fusion Edition for Oracle. The tool provided is called 'Data Synchronization' ...
1
vote
3answers
662 views
XCOPY-deploying Microsoft Sync Framework in a no admin rights scenario (i.e. ClickOnce install)
I'm currently designing a smart client app (WPF) which needs to operate in an "occasionally disconnected" mode. For the offline scenario, I'm looking at using:
Disconnected Service Agent ...
0
votes
0answers
8 views
How to synchronize video, audio, and sampled data transmitted over ethernet
I have an application which currently receives an audio/video signal over coax, and synchs it with sampled data received via ethernet. I would like to get rid of the coax and synchronize the ...
0
votes
0answers
20 views
update-able view in mysql using oracle data
I am having two different database system in place. The user information are in Oracle and the Forum application runs on MySQL. Now, the forum application has it's own user table, say like
...
0
votes
2answers
22 views
Merging Data from Different Source to Database
I've to compare data from 2 different sources.
From a different source, I need to get college_id, student_id, student_name & I want to check if they are up-to-date in my database. The source is ...
0
votes
1answer
41 views
Push/synchronize data to server from clients
I have a problem with synchronizing/reporting client processing to server. The concept of this is one central server on which is stored data of many my customers eg. I sell applications to some ...
0
votes
0answers
58 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
20 views
Where can I download the jar file for the datasync API?
I want to use javax.microedition.datasync in my MIDlet application to synchronize data of my mobile phone with a computer. The problem is that I don't know where to find the library used by the ...
0
votes
1answer
49 views
How to deal with addressbook changes
In our app we keep references to contacts in the address book. What is the best way to make sure that we can deal with updates (both from our app to the address book as well as from the address book ...
0
votes
0answers
14 views
Mobile App integrating with Web portal
I'm planning to develop a city info site.
The web pages will display contents from a constantly updating MySQL database- most probably using a CMS.
I am planning to share the same database for a ...
0
votes
0answers
30 views
Synchronize local JDerby databases with one remote mysql database
I am building a java desktop application that uses a JDerby embedded database to store all the data locally. The table structures between the local database and the mysql remote hosted database are ...
0
votes
2answers
36 views
Synchronizing MySql DBs data
first of all I am new to the distributed DB world, anynhow scenario is:
I have three servers in US, Sweden and Australia, same web application has been deployed on all of them with mysql DB (same ...
0
votes
2answers
2k views
Configuring Aptana FTP
I wanted to configure Aptana to show files that I need to upload still. Is there any option like that in Aptana? Say I make changes to some files locally and test them. But sometimes I forget to FTP ...
0
votes
0answers
34 views
audio to audio synchronization
1 want to start a project in which I need to do real-time audio to audio synchronization.
That is I will receive audios at different time from different resource which 1 need to synchronize them to be ...
0
votes
2answers
271 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
1answer
488 views
Android data synchronization from device sqlite to server
In my application i have two two data management sources, one through web services and another stand by in sqlite database in the device itself. In this i want to add the feature to transfer the data ...
0
votes
0answers
104 views
synchronize data structures between unreliable client and server when data is too large for client
Summary:
How do I synchronize very large amount of data with a client which can't hold all the data in memory and keeps disconnecting?
Explanation:
I have a real-time (ajax/comet) app which will ...
0
votes
0answers
28 views
mysql replication while maintaining keys
I've got a project where I want to have a master set of tables (not an entire DB or server) that is updated from a data ETL process.
Numerous agent DBs will need to maintain their sync with these ...
0
votes
1answer
87 views
Database design dilema. Guids or ints?
I currentlly have the following tables
Nation
----------------
Id (int) primary key autoincrement
Name (char)
City
----------------
Id (int) primary key autoincrement
NationId (int) ...
0
votes
3answers
316 views
Suitable method For synchronising online and offline Data
I have two applications with own database.
1.) Desktop application which has vb.net winforms interface, runs in offline enterprise network and stores data in central database [SQL Server]
**All the ...
0
votes
0answers
97 views
Using Azure data sync after creating the schema manually on azure DB
We have taken script of all tables from onpremise DB and constraints and applied it manually on SQL Azure DB. Now while trying to sync it , SQl Azure data sync is throwing error. Then we tried to ...
0
votes
1answer
173 views
Free tool to sync data from ms access to sqlite
is there any tool that can compare data from ms-access database table with sqlite table and update it if finds it updated and insert if not found?
Thanks in advance
0
votes
1answer
479 views
WP7 - How to synchronize with a web service?
I'm working on a multi-platform "occassionally connected" app. Each instance of the app stores a "cache" of the data that it retrieves from the cloud, which has the authoritative datastore. So on ...
0
votes
1answer
323 views
iphone data synchronization
I'm new to iphone development. I currently have an app on windows mobile that uses a local database on the device (sqlce) and the app is able to synchronize the data between the device and a remote ...
0
votes
1answer
42 views
Jangomail Integration with Salesforce
Has anyone used or uses this feature? I've been using the free trial of Centerprise recommended to me which works really well in building specific contact lists I want from Salesforce imported into ...
0
votes
1answer
146 views
Replication/Synchronization Library for Occasionally Connected Systems
here is the situation I have a .Net desktop application which stores it's data on local file system (using sqllite). And there is the master database on a remote server which. The desktop application ...
0
votes
1answer
70 views
Microsoft Sync Framework and Integer as Identifier
I've got to implement data synchronization between a local storage that resides on a mobile device and the server DB.
The thing is that our DB (which is already in production for many years) all uses ...
0
votes
1answer
229 views
Data sync solution?
For some security issues I'm in an envorinment where third party apps can't access my DB. For this reason I should have some service/tool/script (dunno what yet... i'm open to the best option, still ...
0
votes
1answer
483 views
Data sync with vb.net and php
I have a windows application and a php web application(not connected to internet all times), eventually data add/remove/update can happen at either places. So data has to be synchronized every day or ...
0
votes
2answers
971 views
How to add data sync (Google docs) ability to iPhone app?
I would like to enable my iPhone app's data to sync with Google docs. How can this be done? What other sync'ing options do I have (another one I am aware of is EverNote Sync Server)?