sql server 2005 delphi 2010 dbexpress 连接

发布于 2024-09-04 17:07:37 字数 286 浏览 7 评论 0 原文

配置数据浏览器后尝试使用 delphi 2010 连接到 sql server 2005 会出现以下错误: 'Borland.data.TDBXError: DBX 错误: 驱动程序无法正确初始化。客户端库可能丢失、安装不正确或版本错误'

我知道可以通过安装 sql server 2008 management studio 来解决此问题。但如果所有电脑都需要满足此先决条件,那么这不是一个好的解决方案。

任何人都知道更好的解决方案/修复。

Delphi 6没有这个问题。

Trying to connect to sql server 2005 with delphi 2010 gives me the following error after configuring the data explorer:
'Borland.data.TDBXError: DBX Error: Driver could not be properly initialized. Client library may be missing, not installed properly, or wrong version'

I know there is a work around by installing the sql server 2008 management studio. But this is not a good solution if all pc's need to have this prerequirement.

Anybody know a better solution/fix.

Delphi 6 does not have this problem.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

伪装你 2024-09-11 17:07:37

您只需要安装 SQL Server 2005 客户端。
您可以在Delphi安装路径下的Readme文件中查看数据库部署信息。

安装 SQL Server Native Client
http://msdn.microsoft.com/en-us/library/ms131321。 aspx

或者您可以下载功能包
http://www.microsoft.com/downloads/details.aspx microsoft.com/downloads/details.aspx?FamilyID=50B97994-8453-4998-8226-FA42EC403D17&displaylang=en

我用葡萄牙语写了这篇关于 DBX + MSSQL 的文章,您可以使用 google 翻译成您的母语:
http://www.cesarromero.com.br/2010/configurando-dbx-para-acessar-o-ms-sql-server-2000-e-2005-no-delphi-2010/

You just need to install the SQL Server 2005 Client.
You can check the database deploy information in the Readme file in the Delphi install path.

Installing SQL Server Native Client
http://msdn.microsoft.com/en-us/library/ms131321.aspx

or you can download the feature pack
http://www.microsoft.com/downloads/details.aspx?FamilyID=50B97994-8453-4998-8226-FA42EC403D17&displaylang=en

I wrote this article about DBX + MSSQL in portuguese, you can use google to translate to your native language:
http://www.cesarromero.com.br/2010/configurando-dbx-para-acessar-o-ms-sql-server-2000-e-2005-no-delphi-2010/

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文