gpt4 book ai didi

sql-server-2008 - 使用 SQL Server 2008 运行 Access 2010 时出现运行时错误 '-2147024703 (800700c1)'

转载 作者:行者123 更新时间:2023-12-04 07:11:53 29 4
gpt4 key购买 nike

我有一个使用 VBA 在 MS ACCESS 2007 中编写的应用程序,连接到后端的 SQL Server。 Access 和 SQL Server 都在本地运行。我的机器运行 Access 2010 和 MS SQL Server Express 2008 R2(均为 32 位,在 WinXP 上)没有问题。

我有另一台机器,Win7 64 位,同时运行 Access 2010 和 SQL Server 2008 (NOT R2) 64 位。

当我在 64 位机器上运行 Access 应用程序时,我有一个下拉框来选择保存各种数据库的 SQL Server。当我选择服务器时,几秒钟后出现错误:

Run-time error '-2147024703 (800700c1)':

Automation error %1 is not a valid Win32 application.

当我选择“调试”选项时,黄色箭头指向:Set oServer = New SQLDMO.SQLServer

下一行是:oServer.Connect ServerName、strSQLUser、strSQLPwd

在监视列表中,我可以看到 ServerNamestrSQLUser 和 strSQLPwd 持有访问 SQL Server 的正确值。我已经在 sqlcmd 中测试了这些并成功地能够查询表。

谁能帮我解决这个问题?我不确定下一步该做什么。

最佳答案

您似乎已经在系统上注册了一个 32 位 SQLDMO,用于连接到 64 位实例。检查您的注册表/文件系统中的 SQLDMO.dll 版本并注册正确的版本。

还要查看 MSDN“Installing SQL-DMO”,因为 SQLDMO 计划在 SQL Server 2008 R2 之后删除:

Avoid using this feature in new development work, and plan to modify applications that currently use this feature.

SQL Server Database Management Objects (SQL-DMO) has been removed from SQL Server 2008 R2 Express and the SQL Server 2008 R2 Feature Pack. SQL-DMO also does not support Database Engine features introduced after SQL Server 2000. We recommend that you modify applications that currently use this feature as soon as possible. If you must support SQL-DMO, install the Backward Compatibility Components from the SQL Server 2008 Feature Pack from the Microsoft Download Center. Do not use SQL-DMO in new development work; use SQL Server Management Objects (SMO) instead. You can obtain the SMO documentation by installing SQL Server 2008 R2 Books Online.

关于sql-server-2008 - 使用 SQL Server 2008 运行 Access 2010 时出现运行时错误 '-2147024703 (800700c1)',我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11716982/

29 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com