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

  1. Comments: Gated by NETNEWS@AUVM.AMERICAN.EDU
  2. Path: sparky!uunet!elroy.jpl.nasa.gov!usc!zaphod.mps.ohio-state.edu!uwm.edu!psuvax1!psuvm!auvm!BART.MIO.UWOSH.EDU!PA4
  3. Content-transfer-encoding: 7BIT
  4. Priority: normal
  5. X-pmrqc:      1
  6. X-mailer:     Pegasus Mail v2.3 (R4).
  7. Message-ID: <MAILQUEUE-101.921215145142.320@bart.mio.uwosh.edu>
  8. Newsgroups: bit.listserv.dbase-l
  9. Date:         Tue, 15 Dec 1992 14:51:42 CTL
  10. Sender:       "Discussion on the use of the dBase language and related
  11.               dialects" <DBASE-L@NMSUVM1.BITNET>
  12. From:         Saad Ahmad <PA4@BART.MIO.UWOSH.EDU>
  13. Subject:      Re: Clipper Maximums
  14. Lines: 46
  15.  
  16. > Can anyone out there in netland tell me:
  17. >
  18. >   What, in Clipper 5.01 are the maximum:
  19. > FIELDS per RECORD
  20. > RECORDS per DATABASE
  21. >
  22. > I have scoured the books with no answer.
  23. >
  24. >                                 Rich Gautier
  25. >
  26. Fields / Record            ==== 1000
  27. Records / Database         ==== 1 billion
  28.  
  29. Open database files        ==== over 200
  30. active indexes / open file ==== 15
  31. character fields           ==== 65,536 characters
  32. numeric fields             ==== 30 digits, upto 16 significant digits
  33. date fields                ==== 01/01/0100-12/31/2999
  34. memo fields                ==== 65,536
  35.  
  36. -- application limits
  37. no. of procedures / application == unlimited
  38. array size                      == 4096 elements / dimention;
  39.                                         unlimited dimentions
  40. minimum RAM                     == free 400K
  41. Expanded Memory use             == 0 to 8Meg
  42.  
  43. Virtual Memory                  == Upto 64 Meg(main memory, expanded
  44. memory, hard disk space), upto 16 meg of object memory(character
  45. strings, arrays); upto 9 meg (main memory, expanded memory) for
  46. database buffering
  47.  
  48. Needs DOS 3.1 or higher, works with all networks compatible with DOS
  49. 3.1 or higher
  50.  
  51.  
  52.     *****************************************************************
  53.     *                             Saad Ahmad                        *
  54.     *                             Management information Office     *
  55.     *                             Department of Residence Life      *
  56.     *                             University of Wisconsin-Oshkosh   *
  57.     *                                                               *
  58.     *                           EMAIL - pa4@bart.mio.uwosh.edu      *
  59.     *                          Ph Off - (414) 424-4165              *
  60.     *                             Res - (414) 236-9202              *
  61.     *****************************************************************
  62.