[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index] [Date Index] [Thread Index]
[SQR-USERS Info] [SQRUG Home Page]

Re: compare 2 flat files.



Maybe this is cheating, but have you considered creating 2 temporary
tables, loading them from the flat files, and running queries selecting one
table 'where not exists' in the the other, etc, etc.?  Not as much fun to
code, but always reliable.