Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

need algorithm to synchronize 2 db's

Status
Not open for further replies.

sandro77

Programmer
Sep 27, 2001
4
IT
i'm writing a program in java that, working with Jdbc-Odbc driver, writes and reads to/from two Ms Access databases.
these db's, in the beginning match exactely (same content+same structure), but can be modified separately by different users (changes in the first db are'nt the same that in the second). i'm looking for an algorithm (that i think is called "update propagation algorithm", and i know is already been written) that will change the first db with the modifies in the second and viceversa, in order to have, at last, two db's that match exactely.

doesn't matter in which language this algorithm is written, i need what it does.
thanks for the attention
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top