home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / database / 9364 < prev    next >
Encoding:
Text File  |  1993-01-24  |  863 b   |  22 lines

  1. Newsgroups: comp.databases
  2. Path: sparky!uunet!newsflash.concordia.ca!mizar.cc.umanitoba.ca!umnoor
  3. From: umnoor@ccu.umanitoba.ca (Nasir Ahmed Noor)
  4. Subject: Re: FLIMPORT equivalent for Pdox 4.0??
  5. Message-ID: <C1CD3M.EKC@ccu.umanitoba.ca>
  6. Sender: news@ccu.umanitoba.ca
  7. Nntp-Posting-Host: ccu.umanitoba.ca
  8. Organization: University of Manitoba, Winnipeg, Canada
  9. References: <93022.110733U58373@uicvm.uic.edu>
  10. Date: Sun, 24 Jan 1993 04:42:58 GMT
  11. Lines: 9
  12.  
  13.  
  14. If you like experimentation and dont mind little coding, import file as text
  15. into a Paradox 4.0 table. Paradox will create a new table with every line of
  16. imported file as a record. Then you can design the structure of the new
  17. table and doing little PAL programming you can read in a record from table
  18. Paradox created, split it and move results into the destination table. Or you
  19. can use FLImport.  :-)
  20.  
  21. --nasir
  22.