On 5/7/2012 10:54 AM, Stephen Russell wrote: > On Mon, May 7, 2012 at 8:28 AM, Jeff Johnson<[email protected]> wrote: >> Excuse me if this was recently discussed because I thought it was, but >> couldn't find it. I want to synchronize several VFP9 dbf files. A user >> uses her laptop and then when she returns to the office want's to >> synchronize the dbf's with the server. A full two way synchronization. >> >> I have looked at DBFSync but it requires selecting each dbf and each >> field to synchronize. I suppose once you set it up, that would be okay. >> >> Does anyone use synchronization effectively in their applications? > ------------------ > > Do you have a datetime column for a row change? If so you just have > to update dataB with dataA values when they are not the same. > > If you do not have something like this how are you going to know which > one is recent? >
Good points, but begs the question: is this a 1-way synch or 2-way? In other words, are changes on the laptop only going to the server, or is it possible for server changes to be newer than the laptop and thus you go that direction (from server to laptop db)? If you have the date/time stamping like Stephen said, it helps make this possible. -- Mike Babcock, MCP MB Software Solutions, LLC President, Chief Software Architect http://mbsoftwaresolutions.com http://fabmate.com http://twitter.com/mbabcock16 _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/[email protected] ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

