This limit applies only in VFP 7.0 and below. In later versions, you can export the full 64K rows.
For what it's worth, the reasons are historical. When the export and COPY TO commands were originally created, Excel has a limit of 16K rows. Microsoft never got round to updating the commands for later versions of Excel.
just to add an issue, the only problem i encounter when exporting a DBF to CSV is that, if the DBF contains records with charater field(s) having data of this format 99E999 (where "9" represents any number), they will be converted to exponential notation (a numeric) format in CSV. what i did to avoid this was i added an "X" as a suffix in the original data in DBF. that way, the data won't be interpreted as an exponential notations. i just removed it in CSV by using Excel's MID() function.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.