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

-- 
Matt Jarvis
Eugene, Oregon USA

_______________________________________________
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/capt54ryicxnx8ozryohbaubg2cxpjnomkxpefbsrz2yrtdb...@mail.gmail.com
** 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