Question : .txt File comparison

Experts,

I need to compare two .txt files that semi-colon seperated values in them . I am looking for a report generating tool that dumps all differing rows into a report. Report could be a text or excel document. I tried using Access but i failed to finally write the query to execute the differences between the two.

Answer : .txt File comparison

If you go to DOS, you can use the FC command:
FC file1.txt file2.txt

To send to a file:
FC file1.txt file2.txt > output.txt

A commercial program, Merge, is avaiable from www.araxis.com.

Regards,
Jon500
Random Solutions  
 
programming4us programming4us