home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / database / 6501 < prev    next >
Encoding:
Internet Message Format  |  1992-09-02  |  912 b 

  1. Xref: sparky comp.databases:6501 bit.listserv.dbase-l:895
  2. Path: sparky!uunet!stanford.edu!ames!haven.umd.edu!darwin.sura.net!wupost!zaphod.mps.ohio-state.edu!news.acns.nwu.edu!uicvm.uic.edu!u53805
  3. Organization: University of Illinois at Chicago
  4. Date: Wednesday, 2 Sep 1992 11:33:17 CDT
  5. From: Ron Vyhmeister <U53805@uicvm.uic.edu>
  6. Message-ID: <92246.113317U53805@uicvm.uic.edu>
  7. Newsgroups: comp.databases,bit.listserv.dbase-l
  8. Subject: Re: Clipper: Backup/Restore routines for BIG files...
  9. References:  <1992Sep1.114959.11104@cs.tu-berlin.de>
  10. Lines: 9
  11.  
  12. One methodology I have seen used is to do the following
  13.  
  14. 1.  Find out how many free bytes there are on the floppy disk
  15. 2.  Using the HEADER() and RECLEN() functions, figure out how many records
  16.     can be copied to that floppy disk.
  17. 3.  Create a .DBF with the first however many records you can fit.
  18. 4.  Repeat step 3 as many times as needed.
  19.  
  20. Hope this helps.
  21.