Judith Barer wrote: > I also would like to take a csv file and append it to a dbf file with > memo fields. I tried converting the file to a string using strtofile > and then using a alines but the file is so big that it generates a > subscript out of range error. I am using VFP 8.0. > I'm just curious here. If you're taking output from one dbf with the goal of getting it into another, why can't you just COPY TO MYTRANSFER, and then append from MyTransfer into the other file?
©2007 Vince Teachout |