home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / os / msdos / programm / 8207 < prev    next >
Encoding:
Text File  |  1992-07-31  |  1.8 KB  |  36 lines

  1. Xref: sparky comp.os.msdos.programmer:8207 bit.listserv.dbase-l:777
  2. Path: sparky!uunet!gatech!news.byu.edu!yvax.byu.edu!cunyvm!appms
  3. Newsgroups: comp.os.msdos.programmer,bit.listserv.dbase-l
  4. Subject: dBase IV multiple index files?
  5. Message-ID: <92213.163449APPMS@CUNYVM.BITNET>
  6. From: Alexandre Pechtchanski <APPMS@CUNYVM.BITNET>
  7. Date: Friday, 31 Jul 1992 16:34:49 EDT
  8. Organization: City University of New York/ University Computer Center
  9. Lines: 25
  10.  
  11. =========================================================================
  12. Hi, everybody:
  13. I've heard a statement that seems pretty doubtful to me:
  14. "... With .MDX files, all indexes are updated automatically, with
  15. only one DOS File Handle, instead of one DOS File Handle for each index.
  16. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  17. This frees up RAM and ... to make program more efficient (read faster)."
  18. ^^^^^^^^^^^^^^^^^                              ^^^^^^^^^^^^^^^^^^^^^^
  19. I was always pretty sure that no matter what you do you have to allocate
  20. one DOS file handle (either explicitly or implicitly) for each file you
  21. access.  For dBase it spells one handle for each .DBF + one for each
  22. .NDX etc.  The only way (IMHO) to circumvent it is to use one handle
  23. for different files at different time, but it sure will lead to
  24. _in_efficiency of program!
  25. Can anybody confirm/disprove the above statement? (I mean the quoted
  26. one, also all are welcome to spill flames on me for my apparent
  27. stupidity ;-) )
  28.  
  29.     Thanks in advance
  30. -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  31. Alex Pechtchanski, GCRC System Manager   voice: (212) 241-1804
  32. Mount Sinai Medical Center, New York  ⁿ-------------------------
  33. INTERNET: DESNICK@MSVAX.MSSM.EDU      ⁿ#include <std.disclaimer>
  34. BITNET:   APPMS@CUNYVM                ⁿ
  35. -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  36.