main logo
Subject: Re: csv files and memo fields
Author: Vince Teachout
Posted: 2007/01/31 11:54:38
 
View Entire Thread
New Search


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
<-- Prior Message New Search Next Message -->