When using applications that utilize Borland Database Engine (BDE), one of the following error messages may occurred:

An Error occurred while attempting to initialize the Borland Database Engine (error $2501)

An Error occurred while attempting to initialize the Borland Database Engine (error $210D)

Borland Database Engine Error

The error may happen anytime during usage of the app. The error is most likely caused by insufficient shared memory that is available for the database engine usage. Thus, the resolution for the error is by increasing the shared memory available for the BDE.

  1. Open Control Panel.
  2. Search for and open BDE Administrator.
  3. Expand Configuration.
  4. Expand System.
  5. Open the INIT definition.
  6. Modify and enter the value of SHAREDMEMLOCATION and SHAREDMEMSIZE according to the amount of physical memory (RAM) the computer has, based on table below.

    Physical Memory (RAM) SizeSHAREDMEMLOCATIONSHAREDMEMSIZE
    2 GB0x2BDE2048
    4 GB0x5BDE4096
    8 GB0x7BDE8192

    BDE Administrator

  7. The changes are saved automatically. Restart the computer when done for the changes to take effect.