please give complete requirement.
how ever if u have 2 dbf and have same structure then
sele a
use file1
append from file2
try to make both file1.dbf and file2.dbf same structure.
else
if u want to merge based on a key field
eg. file1.dbf has custid cutname product
file2.dbf has custid,custadd1,custadd2,custadd3,custpin
then
sele a.custid,a.custname,a.product,b.custadd1,b.custadd2,b.custadd3,b.custpin from file1 a,file2 b where a.custid = b.custid
pls feel free to get in touch with me at lakshmiteja@rediffmail.com
also u choose this as best answer so i get 10 points.
2007-02-26 20:59:36
·
answer #1
·
answered by lakshmi r 4
·
0⤊
0⤋