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
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