ACC: Description of Btrieve Section of WIN.INI File

Last reviewed: April 2, 1997
Article ID: Q94827
The information in this article applies to:
  • Microsoft Access versions 1.0, 1.1, 2.0

SUMMARY

Advanced: Requires expert coding, interoperability, and multiuser skills.

Microsoft Access uses the Btrieve section of the WIN.INI file when it uses Btrieve files. After you install Microsoft Access, the WIN.INI file contains the following default settings in the [btrieve] section:

   [btrieve]
   options=/m:64 /p:4096 /b:16 /f:20 /l:40 /n:12 /t:C:\ACCESS\BTRIEVE.TRN

MORE INFORMATION

Although these are the recommended option settings, you can change these options in your WIN.INI file using the following table as a guide. If the option you want to set is not on the line, add the option and desired setting at the end of the line.

Option   Description                 Required Value
/m       Memory Size                 At least 38
/p       Page Size                   4096
/b       Pre-Image Buffer Size       16
/f       Open Files                  At least 4
/l       Multiple Locks              At least double the setting for
                                     the Open Files option (/f)
/n       Files in a Transaction      At least 4
/t       Transaction Filename        Valid path to a .TRN file;
                                     in a multiuser environment, the
                                     network path to the .TRN file is
                                     shared by all users
/u       Compression Buffer Size     If your Btrieve data files are
                                     compressed, at least the length
                                     (in kilobytes) of the longest
                                     record in your data files
/i       Pre-image File Drive
/c       Index Compaction
/a       Activate Logging
/s       Discard Unneeded Segments

REFERENCES

For more information about these options, see Novell's Btrieve for Windows "Installation and Operation" manual.

In Microsoft Access version 2.0, see the Readme Help file (ACREADME.HLP).

Btrieve is manufactured by Pervasive Software, a vendor independent of Microsoft; we make no warranty, implied or otherwise, regarding this product's performance or reliability.


Additional query words: arguments
Keywords : IsmBtrv kb3rdparty
Version : 1.0 1.1 2.0
Platform : WINDOWS
Hardware : X86
Issue type : kbinfo


THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: April 2, 1997
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.