home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / MAGAZINE / MISC / DBMS9107.ZIP / C_FILE1 < prev    next >
Encoding:
Text File  |  1991-06-03  |  526 b   |  11 lines

  1. d4buf_init(131072,65536,1024); // Try to allocate 128k for use by
  2.                          // the system. If this fails decrease by 
  3.                                // 1k increments until success or
  4.                          // the 64k lower limit is reached.
  5. d4buf_total(500, 25, 1);       // Now give enough memory to the
  6.                          // currently selected data base to
  7.                                // provide enough room for 500
  8.                          // records in 25 buffers 
  9. d4buf_unit(20);                // Make each buffer big enough to
  10.                          // hold 20 records.
  11.