Lum,
The essentials of synchronization come down to a very simple issue...data
movement patterns.
http://msdn.microsoft.com/library/de...eplication.asp
Just keep in mind that not *all* solutions require complex data
synchronization methods. There are times... when a very simple slave /
master approach is more than sufficient. In fact, there are times when data
*really* only needs to move one way. Just be careful that your solution
doesn't get more complex than it needs to be. :-)
Cheers,
Rick Winscot
www.zyche.com
"Luminal" <luminal_NOSPAM@hotpop_NOSPAM.com> wrote in message
news:%(E-Mail Removed)...
> greetings
>
> i'm thinking on develop a sync mecanism for my data between pocket pc
> and desktop pc. can anyone give hints about articles of techniques and
> methodologies about data synchronization?
>
> TIA
>
> Lum