How to Read Memo Field Data from Delimited ASCII Files (115731)
The information in this article applies to:
- Microsoft Visual FoxPro for Windows 3.0
- Microsoft FoxPro for Windows 2.5
- Microsoft FoxPro for Windows 2.5a
- Microsoft FoxPro for Windows 2.5b
- Microsoft FoxPro for Windows 2.6
- Microsoft FoxPro for MS-DOS 2.5
- Microsoft FoxPro for MS-DOS 2.5a
- Microsoft FoxPro for MS-DOS 2.5b
- Microsoft FoxPro for MS-DOS 2.6
- Microsoft FoxPro for Macintosh 2.5b
- Microsoft FoxPro for Macintosh 2.5c
This article was previously published under Q115731 SUMMARY
FoxPro uses the APPEND FROM command to read in text stored in various types
of delimited ASCII file formats. The APPEND FROM command will read in all
data with the exception of any memo field data. This data is completely
ignored by the APPEND FROM command. The suggested work around has always
been to read the file in using low-level I/O. This requires writing a
program that will read the data in 1 byte at a time. The program shown
below will work with almost any type of delimited ASCII text file and will
read in the memo field data that in the past had been left out.
Modification Type: | Major | Last Reviewed: | 12/3/2003 |
---|
Keywords: | kbcode KB115731 |
---|
|