On 11/30/2012 3:23 PM, M Jarvis wrote:
On Fri, Nov 30, 2012 at 12:06 PM, MB Software Solutions, LLC
<[email protected]> wrote:
<snipped>>
Some of the tables involved do NOT have a timestamp field on them.

Are you wanting to compare the contents on a record by record basis,
or just "are they different"?

You said they are small, so how about FILETOSTR such as:

f1 = filetostr(theLocalFile)
f2 = filetostr(theNetworkFile)

if f1 <> f2
....

etc



Seems like a hash of some sort would be the way to go versus filetostr() but perhaps not. OTOH, why not just compare the file's datetime stamp? If difference found though, I could just copy the file down (again). For the large files, I control them with timestamp fields, so I guess for those I would simply say "grab everything beyond the MAX(LocalDBF) key value...since these records are just added to the pile and not edited.

Hmmm...it's good to talk it out here!  ;-)

--
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://mail.leafe.com/mailman/listinfo/profox
OT-free version of this list: http://mail.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.

Reply via email to