📄 33.htm
字号:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>C++Builder安装经验:与Delphi数据库的协调</title>
</head>
<div><center>
<table border="0" width="640">
<tr><td align="center"><b>C++ Builder安装经验:与Delphi数据库的协调</b></td></tr>
<tr><td align="center"><font color="#CC9933"></font></td></tr>
<tr><td> 在已安装了Delphi 3的机器上安装C++ Builder,会发现安装完后Delphi 3的数据库 <br>转不起来了。。。。 <br>解决办法是:用regedit 把HKEY_LOCAL_MACHINE\software\Borland\Database Engine <br>下的DLLPATH里指向C++Builder的BDE的路径删掉, 只留下指向Delphi 3的 <br>BDE的路径,就万事大吉了. 当然前提是别把两个BDE装到同一个目录下. <br> <br>下面是Borland自己的解决方案原文. <br> <br>Frequently Asked Questions <br> <br>BDE Version problems <br> <br>Question: <br>I have more than one installation of the Borland Database <br> Engine and I am having troubles configuring the BDE to work <br>with either Delphi, C++Builder, or IntraBuilder. <br> <br>Answer: <br>Run regedit to see what your current path is for your DLLPATH <br>under HKEY_LOCAL_MACHINE\software\Borland\Database Engine. <br>There should be one and only one path for this key. If <br>there is more than one, it will result in problems. <br>Furthermore, the CONFIGFILE01 key should point to your latest <br>config file. <br> <br>One way to resolve problems arising from <br>conflicting installations of the database engine is to <br>reinstall the version of Borland''s compiler or <br>tool (either Delphi, Intrabuilder, or C++Builder) that has the <br>latest version of the BDE. Then edit the DLLPATH in the registry so <br>that it uses the default that the installation program gave. <br> <br>This works because the latest version of the BDE is backward <br>compatible which means that it will run applications written <br>with previous versions of the BDE.</td></tr>
</table></center></div>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -