To install the Borland Database Engine (BDE) for RAD Studio 10.2 Tokyo, you must use a separate installer, as it has been deprecated and removed from the default installation since XE7. 1. Download the BDE Installer
Registered users of RAD Studio, Delphi, or C++Builder 10.2 Tokyo can download the dedicated installer from the Embarcadero Portal: Download Page: Log in to my.embarcadero.com or CodeCentral.
Search for: "BDE Installer for RAD Studio, Delphi, C++Builder 10.2 Tokyo" (Item ID: 30752). 2. Run the Installation
Admin Rights: Launch the installer as your standard user, but provide administrator credentials when prompted. Do not use "Run as Administrator" directly if it differs from the account used to install the IDE.
Target Directory: For modern Windows (Vista and later), it is often recommended to install the BDE to a root directory like C:\BDE rather than Program Files to avoid permission issues. 3. Register Components in the IDE
Installing the engine does not automatically show the components in your Tool Palette. You must manually add them to the IDE: Open RAD Studio 10.2 Tokyo.
To install the Borland Database Engine (BDE) for RAD Studio 10.2 Tokyo, you must first download a separate installer provided by Embarcadero, as it is no longer included in the standard installation by default. 1. Download the BDE Installer
Registered users can find the specific installer for 10.2 Tokyo through these official channels:
Embarcadero Product Portal: Log in to my.embarcadero.com and look for the "BDE Installer for RAD Studio, Delphi, C++Builder 10.2 Tokyo" in your downloads section.
CodeCentral: The specific item ID for the 10.2 Tokyo BDE installer is 30752. 2. Run the Installation BDE Installer For RAD Studio- Delphi- C Builder 10.2 Tokyo
Ensure RAD Studio 10.2 Tokyo is already installed and registered before starting.
Run the BDE installer with appropriate permissions (standard user or administrator as prompted).
The installer typically places a deployment file (BDE_ENT.msi) in a subfolder under C:\ProgramData\Embarcadero for later use. 3. Integrate Components into the IDE
After the engine is installed, you must manually add the design-time components to see them in the tool palette: Open RAD Studio 10.2 Tokyo.
The Borland Database Engine (BDE) is a legacy database technology that is no longer included by default in RAD Studio 10.2 Tokyo. Because the BDE is deprecated, Embarcadero provides it as a separate, optional add-on for registered users who must maintain older applications. Key Installation Information
Availability: The BDE installer is an external download for registered users of RAD Studio, Delphi, or C++Builder 10.2 Tokyo.
Official Download: It is typically found in the "My Downloads" section of the Embarcadero Portal.
Specific Version ID: For 10.2 Tokyo, the BDE installer was historically identified as Item 30752 on Embarcadero’s CodeCentral. How to Install BDE Components in the IDE
Simply running the installer places the BDE files on your system, but you must manually enable the components in the RAD Studio 10.2 IDE to see them in the Tool Palette: Run the Installer: Complete the external BDE setup process. To install the Borland Database Engine (BDE) for
For smaller utilities, you can copy 6 core DLLs into your EXE folder:
IDAPI32.DLLIDBAT32.DLLIDPDX32.DLL (Paradox)IDDBAS32.DLL (dBASE)IDQRY32.DLLIDR20009.DLL (Resources)Warning: This violates Borland's EULA for the redistributable, but is common for internal tools. You must also manually write registry keys for HKEY_CURRENT_USER\Software\Borland\Database Engine\DLLPATH pointing to your EXE directory.
Search for the official BDE Installer for RAD Studio- Delphi- C++ Builder 10.2 Tokyo from a trusted source (e.g., Embarcadero’s registered users download area, or a verified third-party archive like GitHub’s “BDE-for-Tokyo” repository). Ensure the file name includes Tokyo or 10.2.
Summary
What it does well
Limitations and risks
Installation experience (typical)
Alternatives
Verdict
If you want, I can:
That text is definitely interesting, but for a very specific audience. It tells a story of technological transition, legacy code, and the stubborn persistence of the past in modern software development.
Here is why that text is significant:
However, using BDE on RAD Studio 10.2 Tokyo is not without significant drawbacks, which a responsible developer must acknowledge:
RAD Studio 10.2 Tokyo holds a unique position. It is the last version that fully supports the Classic Borland Compiler (BCC32) alongside the newer Clang-enhanced compiler. If you have BDE components (TDatabase, TTable, TQuery) on a form, 10.2 Tokyo is the most stable modern IDE to support them without rewriting your data module.
Crucial Note: By 10.3 Rio, the BDE installer became a purely community-maintained artifact. In 10.2, the official (though hidden) support still exists.
Embarcadero no longer actively distributes the BDE on its main website. However, registered users can find it via:
Legacy or Redist folder for BDEInstaller.exe.Caution: Avoid unofficial download sites offering "cracked" or "free" BDE installers. They often contain malware. Stick to the official GetIt or Embarcadero login-gated downloads.
This is where most developers get stuck. The BDE is a 32-bit only technology. It runs via thunking layers on 64-bit Windows. Option B: The "Standalone BDE" (DLL Copy) For
The Workaround: You must compile your BDE-using application as 32-bit, even on Windows 10/11 64-bit.