Manually install BDE
First, copy all files from the directory BDE to a new directory;
Second, use the InstallShield of Borland to package the above file;
Third,Register dll items in the module of InstallShield:
Key:"HKEY_LOCAL_MACHINE/Software/Borland/Database Engine"
Item : "DLLPATH"
Value: "C:/Program Files/Borland/Common Files/BDE"
Key : "HKEY_LOCAL_MACHINE/Software/Borland/BLW32"
Item : "BLAPIPATH"
Value:"C:/Program Files/Borland/Common Files/BDE"
Key : "HKEY_LOCAL_MACHINE/Software/Borland/BLW32"
Item : "LOCALE_LIB#"
Value:"C:/Program Files/Borland/Common Files/BDE/USA.BLL"
Forth,build & test & run
本文详细介绍了如何通过三个步骤手动安装BDE(Borland Database Engine)。首先,将所有BDE文件复制到新目录;其次,使用Borland的InstallShield进行打包;最后,在注册表中设置必要的键值,确保正确指向BDE的安装路径。
2833

被折叠的 条评论
为什么被折叠?



