5 pts.
 merging of two files in foxpro2.6
how to merge two files in foxpro

Software/Hardware used:
FOXPRO 2.6
ASKED: February 25, 2010  12:15 PM
UPDATED: May 2, 2010  2:16 PM

Answer Wiki:
Open a file, and use append from command to merge 2nd file’s data in the opened file. Ensure that the field names are similar in the two files as closely as possible else you will have to map the two files fields.
Last Wiki Answer Submitted:  March 2, 2010  4:12 am  by  Jaideep Khanduja   8,200 pts.
All Answer Wiki Contributors:  Jaideep Khanduja   8,200 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

use the append from command.

jroehl2@yahoo.com

 35 pts.