home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / database / 7693 < prev    next >
Encoding:
Internet Message Format  |  1992-11-08  |  1.4 KB

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!magnus.acs.ohio-state.edu!usenet.ins.cwru.edu!cleveland.Freenet.Edu!an662
  2. From: an662@cleveland.Freenet.Edu (Michael Leach)
  3. Newsgroups: comp.databases
  4. Subject: Clipper and FlexFile
  5. Date: 7 Nov 1992 23:40:50 GMT
  6. Organization: Case Western Reserve University, Cleveland, Ohio (USA)
  7. Lines: 23
  8. Message-ID: <1dhk62INNjfp@usenet.INS.CWRU.Edu>
  9. NNTP-Posting-Host: hela.ins.cwru.edu
  10.  
  11.  
  12. Brian,
  13. FlexFile is an add-on for Clipper that uses a different
  14. format for the .DBV than Clipper uses for .DBTs.  dBase, FoxPro,
  15. and 'normal' Clipper programs can't access this file.  FlexFile
  16. keeps a Character field in the database with a pointer into the
  17. .DBV file.  As far as I know, there is no version for dBase
  18. or FoxPro.  You should still be able to access the .DBF from dBase
  19. or whatever, but not the memos.  FlexFile uses an extremely 
  20. efficient method for storing its data.  It uses very small block
  21. sizes (instead of Clipper's 512 bytes) and keeps a header of 
  22. some sort that lists unused blocks (created as data is modified)
  23. so they can be reused.  You might want to contact Ganahl Software
  24. and see if they do have a version for dBase.  The only other
  25. alternative would be to have a custom program written that
  26. will let you browse the .DBF/.DBV pair.
  27.  
  28. Mike Leach
  29. Programmer/Analyst
  30. University of Cincinnati
  31. leachmj@uc.edu
  32. leacmj@morekypr.bitnet
  33. an662@cleveland.freenet.edu
  34.