ACC: "Out of Memory" Error Message Converting a Large DatabaseLast reviewed: May 14, 1997Article ID: Q153035 |
The information in this article applies to:
SYMPTOMSAdvanced: Requires expert coding, interoperability, and multiuser skills. When you convert a large database from Microsoft Access version 2.0 to Microsoft Access 7.0 or Microsoft Access 97, you may receive an "Out of Memory" error message.
CAUSEVisual Basic for Applications has a limitation of 1082 modules per database (mdb). Forms and Reports each contain one module.
RESOLUTIONReduce the number of objects in your database. Consider dividing your application into multiple databases. If you have modules with large amounts of code, consider using library databases to store the code.
STATUSMicrosoft has confirmed this to be a problem in Microsoft Access 7.0 and Microsoft Access 97. We are researching this problem and will post new information here as it becomes available.
REFERENCESFor more information about using library databases, search for "Library Databases," and then "Set a Reference to a Visual Basic Project in Another Microsoft Access Database" using the Microsoft Access 97 Help Index. |
Keywords : CnvNodb kberrmsg kbusage
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |