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