📄 d3.htm
字号:
<html>
<head>
<title>C++ Builder安装经验:与Delphi数据库的协调</title>
<meta http-equiv="目录类型" content="文本/html; 字符集=gb2312">
</head>
<body bgcolor="#FFFFFF">
<table width="100%" border="0" height="285">
<tr>
<td height="35">
<div align="center" class="p14"><font color="#000000">C++ Builder安装经验:与Delphi数据库的协调</font></div>
</td>
</tr>
<tr valign="top">
<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. <br>
</td>
</tr>
</table>
<br>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -