home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / database / 8608 < prev    next >
Encoding:
Text File  |  1992-12-21  |  1.1 KB  |  31 lines

  1. Newsgroups: comp.databases
  2. Path: sparky!uunet!usc!news.service.uci.edu!network.ucsd.edu!munnari.oz.au!comp.vuw.ac.nz!newshost!srlncnc
  3. From: srlncnc@gopher.dosli.govt.nz (Chris Crook)
  4. Subject: Population Paradox 4.0 memo fields
  5. Message-ID: <1992Dec21.012725.28507@gopher.dosli.govt.nz>
  6. Sender: srlncnc@gopher.dosli.govt.nz (Chris Crook)
  7. Organization: Department of Survey and Land Information, New Zealand
  8. Date: Mon, 21 Dec 1992 01:27:25 GMT
  9. Lines: 20
  10.  
  11.  
  12.  
  13. Do you know of a good way of populating memo fields in Paradox 4.0?
  14.  
  15. I have a large ASCII file containing fields over 256 characters long, which
  16. I would like to put into MEMO fields.  Unfortunately the ASCII import in
  17. Paradox does not support the MEMO field type.  Even if I break the field
  18. up into alphanumeric fields of less than 256 characters I cannot combine
  19. them simply to form a single memo field.
  20.  
  21. The only way I can see at present would be to read the entire file into
  22. a memory variable, then parse it using PAL.  This would be very slow and
  23. also difficult to generalize (or so it seems to me).
  24.  
  25. Is there a better way?
  26.  
  27. Many thanks in advance for your suggestions
  28.  
  29. Chris Crook
  30.  
  31.