MultiSync has always done bidirectional sync (but there is an option to cripple it and filter out data in some direction, meaning you get unidirectional).
The task of the sync engine is to keep track of ID number pairs so that we know that "Joe Sixpack" on one side actually is the same entry as "Joe Sixpack" on the other side. Then each plugin is responsible for reporting the changes since last time (and this is sometimes done via time stamps). The changes are sorted out and pushed to the other side by the sync engine. /Bo > Multisync .8 sync options support unidirectional direction option. The > doc seems to support bidirectional. > > Is this a future option? > > How is uniqueness preserved? > > Is there a time stamp in the record?? > > Dan > > > > > > ------------------------------------------------------- > This SF.net email is sponsored by: SF.net Giveback Program. > Does SourceForge.net help you be more productive? Does it > help you create better code? SHARE THE LOVE, and help us help > YOU! Click Here: http://sourceforge.net/donate/ > _______________________________________________ > Multisync-users mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/multisync-users -- Bo Lincoln <[EMAIL PROTECTED]> ------------------------------------------------------- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/ _______________________________________________ Multisync-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/multisync-users
