This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes Swing / AWT / SWT and the fly likes Data Sync from local computer to server Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Swing / AWT / SWT
Reply Bookmark "Data Sync from local computer to server" Watch "Data Sync from local computer to server" New topic
Author

Data Sync from local computer to server

satyajeet Pawar
Greenhorn

Joined: Feb 09, 2013
Posts: 1
Hello...
I have an java application which stores contacts.This application will be get installed on number of computers.
Application will store contacts on its local database(MySQL).
After storing 10 or 50 contact or records by various operators data will get Sync on server database(MySQL).
This server have same data structure and fields as local database.
How can i avoid to sync same record on server database? And how do i get to know how many records has been added by single operator?

 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Data Sync from local computer to server
 
Similar Threads
Synchronizing Databases
Size of a Database transaction - Number of records
Hibernate query returning 0 records
Could not load com.mysql.jdbc.SQLError
can i connect to a db2 server which is not in my local net work using net driver?