The information in this article applies to:
SYMPTOMS
Moderate: Requires basic macro, coding, and interoperability skills.
will occur if a 64 KB memory segment limit is encountered. This is a cumulative total. In other words, the size of variable X plus the size of variable Y cannot exceed the approximate 64 KB limit. When declaring variables in Microsoft Access 7.0 and 97, they contain an approximate 64 KB limit per fixed-length string, regardless of how the variables are dimensioned (local or global). The error message will occur if a fixed-length string exceeds the approximate 64 KB limit. This is not a cumulative total. In other words, variable X and variable Y can each be approximately 64 KB in size. The actual size allowed per fixed-length string in Microsoft Access 7.0 and 97 is 65,526 bytes. MORE INFORMATIONSteps to Reproduce Behavior
STATUSThis behavior is by design. Additional query words: code
Keywords : kberrmsg kbprg |
Last Reviewed: October 15, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |