home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / database / 6599 < prev    next >
Encoding:
Internet Message Format  |  1992-09-08  |  1.5 KB

  1. Xref: sparky comp.databases:6599 bit.listserv.dbase-l:933
  2. Newsgroups: comp.databases,bit.listserv.dbase-l
  3. Path: sparky!uunet!pipex!warwick!mrccrc!ifenton
  4. From: ifenton@crc.ac.uk (I. Fenton)
  5. Subject: Re: Clipper: Backup/Restore routines for BIG files...
  6. Message-ID: <1992Sep2.102406.4210@crc.ac.uk>
  7. Sender: news@crc.ac.uk
  8. Nntp-Posting-Host: tin
  9. Organization: MRC Human Genome Resource Centre
  10. References: <1992Sep1.114959.11104@cs.tu-berlin.de>
  11. Date: Wed, 2 Sep 1992 10:24:06 GMT
  12. Lines: 27
  13.  
  14. In article <1992Sep1.114959.11104@cs.tu-berlin.de> schli@cs.tu-berlin.de (Wolfram Schlickenrieder) writes:
  15. >
  16. >    Hi there...
  17. >
  18. >    I'm stuck: I wanted to write a backup & restore routine for an
  19. >    application I wrote before, but I have got a few data bases
  20. >    which are HUGE (2-4MB) and therefore won't fit on a single
  21. >    disc. Has anyone out there done that before from within a
  22. >    Clipper application (without using "run backup ..." of
  23. >    course)? 
  24. >
  25. >    Any help is appreciated...
  26. >
  27. >    ...Wolfram
  28.  
  29. a number of points to make here.  dbf files of 2-4 megs ain't HUGE.  my
  30. main app has a dbf of 16 megs.  the index (ntx) files add up to >1 meg.
  31. anyway, i tried splitting it under program code to a floppy(s) by using
  32. ascii delimited format.  but this ended up as beig 10+ floppies.  pain.
  33. so, now using the Overlay library to run a large DOS command.  i then
  34. call a pd squashing program (pkzip etc.) to make the dbf small.  this can
  35. make the file maybe 8 - 10 times smaller, as most dbf files are full of 
  36. empty space.  hope this helps.
  37.  
  38. IAIN FENTON
  39. Inst of Medical Genetics, Cardiff, UK
  40.  
  41.