Is there a fairly easy method for synchronizing two JDataStore
databases aside from iterating thru the records one by one and
comparing?
I have a home database and a copy of the same database at work. I want
to be able to copy one of them, say the one at work, bring it home and
merge any additional record differences there may be. I don't care
about records that may have been deleted, just records that may have
been added from one to the other.
I have looked at the PumpAndSync example, but I think those components
simply copy the tables from source to target and would simply delete
records at the target.
tia
-mark