Microsoft KB Archive/101405: Difference between revisions

From BetaArchive Wiki
(importing KB archive)
 
m (Text replacement - """ to """)
 
Line 12: Line 12:
<div id="TitleRow">
<div id="TitleRow">


= <span id="KB101405"></span>ACC: &quot;Btrieve-Out of Resources&quot; Error Msg with Attached Table =
= <span id="KB101405"></span>ACC: "Btrieve-Out of Resources" Error Msg with Attached Table =




Line 85: Line 85:
== REFERENCES ==
== REFERENCES ==


For more information about setting options, see the topic &quot;Setting Btrieve Options in WIN.INI&quot; in the BTRIEVE.TXT file, included with Microsoft Access version 1.1. In Microsoft Access version 2.0, refer to the ACREADME.HLP file.
For more information about setting options, see the topic "Setting Btrieve Options in WIN.INI" in the BTRIEVE.TXT file, included with Microsoft Access version 1.1. In Microsoft Access version 2.0, refer to the ACREADME.HLP file.


</div>
</div>

Latest revision as of 09:20, 20 July 2020

Knowledge Base


Article ID: 101405

Article Last Modified on 5/6/2003



APPLIES TO

  • Microsoft Access 1.0 Standard Edition
  • Microsoft Access 1.1 Standard Edition
  • Microsoft Access 2.0 Standard Edition



This article was previously published under Q101405

Moderate: Requires basic macro, coding, and interoperability skills.

SYMPTOMS

When you open an attached Btrieve table, you may receive the following error message:

Btrieve-Out of Resources

CAUSE

If you are using compressed Btrieve files, you must be sure that the compression buffer Btrieve is using is adequate for your data. The buffer size must be at least as large as the largest record in your data files.

RESOLUTION

To ensure proper operation, set the compression buffer size option (/u) in the [btrieve] section of your WIN.INI file (for Btrieve version 5.1x), or your NOVDB.INI file (for Btrieve version 6.x). The units for this setting are kilobytes, so if your largest record is 2K, you would add /u:2 to the Btrieve options line in the .INI file.

MORE INFORMATION

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.

REFERENCES

For more information about setting options, see the topic "Setting Btrieve Options in WIN.INI" in the BTRIEVE.TXT file, included with Microsoft Access version 1.1. In Microsoft Access version 2.0, refer to the ACREADME.HLP file.


Additional query words: xtrieve attach

Keywords: kberrmsg kbprb kb3rdparty KB101405