How to Get the Installed BDE Version

Posted December 15th @ 4:57 pm by m3Rlin

For many reasons you may need the installed BDE (Borland Database Engine) version. One of them (the main one probably) is that BDE versions are not always compatible with each other. Therefore you may want to use different code/components at runtime.
Use the code below to determine what version of BDE is installed on the system. [...]

How to Install Different Versions of Delphi on one System

Posted December 15th @ 4:05 pm by m3Rlin

You shouldn’t have any problems installing and using more than one version of Delphi on one computer. All you have to do is install each version in different directories (setup does this by default) and keep in mind to install the versions from oldest to newest (Delphi 1 first … Delphi 2005 / CodeGear - [...]