Apparently your program lacks the installed BDE (Borland Database Engine).
There are two options for installing BDE:
- Manual installation.
- By creating an installer for the program.
Manual mode
Go to C:\Program Files\Common Files\Borland Shared\BDE
, take the file bdeinst.cab, extract from it (rar'om or zip'om) the file bdeinst.dll.
On the computer where you need to run our program, open Command Prompt and write:
regsvr32 bdinst.dll
BDE installation will start. Further, if you need to specify the aliases used in the BDE Administrator.
With the installer
We install from the Delphi InstalShield Express distribution, create a project, add our files, then open it in the tree Specify Application Data-> Objects / Merge Modules, find in the list of BDE modules, set the checkbox, specify the path to the existing configuration file, or create a new ... more see the InstalShield Help ...
Similarly, you can use the InnoSetup'om or other "Borland-certified installation program".