home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / bit / listserv / dbasel / 1378 < prev    next >
Encoding:
Text File  |  1992-12-21  |  1.8 KB  |  46 lines

  1. Comments: Gated by NETNEWS@AUVM.AMERICAN.EDU
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!malgudi.oar.net!news.ysu.edu!psuvm!auvm!OCDIS01.TINKER.AF.MIL!JOHNBOYD
  3. Return-Path: <johnboyd@ocdis01.tinker.af.mil>
  4. X-Orig-Date: Fri, 18 Dec 1992 00:43:35 GMT
  5. X-Orig-From: Smith Brad J <bjs9077%USL.EDU@TECMTYVM.MTY.ITESM.MX>
  6. X-Orig-Message-Id: <9212180057.AA02110@ocdis01.tinker.af.mil>
  7. Message-ID: <9212180701.AA20991@ocdis01.tinker.af.mil>
  8. Newsgroups: bit.listserv.dbase-l
  9. Date:         Fri, 18 Dec 1992 01:01:54 -0600
  10. Sender:       "Discussion on the use of the dBase language and related
  11.               dialects" <DBASE-L@NMSUVM1.BITNET>
  12. From:         John Boyd <johnboyd@OCDIS01.TINKER.AF.MIL>
  13. Subject:      Re: Packing a Database (Clipper 5.01 question)
  14. Lines: 30
  15.  
  16. In your message of 17 Dec 1992 at 1857 CST, you write:
  17. > In article <9212172241.AA00396@JayRell.CC.MsState.Edu> John G Jay Burrell
  18. > <jgb1@CC.MSSTATE.EDU> writes:
  19. > >>
  20. > >> Question:  How can I pack a subset of deleted records???
  21. > >>
  22. > >How 'bout:
  23. > >        Copy to <new.dbf> for !( date>=CtoD('01/01/92') .AND. ;
  24. > >                                 date<=CtoD('01/31/92')
  25. > >                               )
  26. > >        Erase <old.dbf>
  27. > >        Rename <new.dbf> to <old.dbf>
  28. > >
  29. >
  30. > Would this work in a multi-user enviroment???
  31. >
  32. >         Just Curious.
  33. >
  34. > Is there a more efficient way of doing this??
  35. >
  36. >         If this were a very large file, disk space may become a problem.
  37. >
  38. If your free space is running close enough that you can't mirror your
  39. largest file, you're running too close to the edge ( 1/2 :) ).
  40.  
  41. ----------------------------------------------------------------------------
  42. 'Oklahoma, where the legislature runs without a brain' - with apologies to
  43.   Rodgers and Hammerstein
  44. Disclaimer: If you ask the Air Force, they'll tell you I don't know what
  45.              I'm talking about anyway.
  46.