home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.databases
- Path: sparky!uunet!cs.utexas.edu!uwm.edu!spool.mu.edu!umn.edu!dell32.ortta.umn.edu!durai
- From: durai@ortta.umn.edu (Durai Venkatasubramanian)
- Subject: Re: Loading ASCII data into FoxPro memo fields
- Message-ID: <durai.118.726502983@ortta.umn.edu>
- Lines: 16
- Sender: news@news2.cis.umn.edu (Usenet News Administration)
- Nntp-Posting-Host: dell32.ortta.umn.edu
- Organization: U of Mn
- References: <1993Jan7.214624.786@gopher.dosli.govt.nz>
- Date: Fri, 8 Jan 1993 14:23:03 GMT
- Lines: 16
-
- In article <1993Jan7.214624.786@gopher.dosli.govt.nz> srlncnc@gopher.dosli.govt.nz (Chris Crook) writes:
- >Subject: Loading ASCII data into FoxPro memo fields
- >From: srlncnc@gopher.dosli.govt.nz (Chris Crook)
- >Date: Thu, 7 Jan 1993 21:46:24 GMT
- >Hi
- >
- >Does anyone know a good way of importing a comma delimited ASCII data file
- >into a FoxPro database containing memo fields. When I try to do this the
- >memo fields get ignored.
- >
-
- You have to append memo fields separately.
-
- ascii filename: memofile
- fieldname: memofld
- syntax: append memo memofld from memofile
-