SQL Server 本机客户端 10.0 与 Windows XP 的兼容性

发布于 2024-10-24 14:57:33 字数 68 浏览 3 评论 0原文

驱动程序“SQL Server Native Client 10.0”与Windows XP兼容吗?

谢谢

Is the driver "SQL server native client 10.0" compatible with Windows XP?

Thanks

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

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

发布评论

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

评论(2

悲喜皆因你 2024-10-31 14:57:33

如果由于某些遗留原因您需要在 Windows XP 上安装“ODBC Driver 11 for SQL Server”而不是版本 10(例如,因为您需要 TDS 7.4 支持,或者需要支持 SQL Server 可用性组侦听器等),但您收到以下错误消息:“此产品安装失败,因为此操作系统不支持该产品。”

您可以使用此处的过程创建将安装在 Windows XP 上的 msodbcsql.msi 文件:如何更改兼容性设置msi

步骤如下:

  1. 从 Microsoft 下载“ODBC Driver 11 for SQL Server”(SQL Server 2012 的 ODBC 驱动程序)。 "适用于 SQL Server 的 ODBC 驱动程序 11"
  2. 获取Microsoft 的 Orca MSI 编辑器工具:Orca
  3. 运行 Orca
  4. 在 Orca 中打开 msodbcsql.msi 文件
  5. 在左侧窗格中选择“启动条件”。
  6. 在右窗格中,编辑文本:“(VersionNT = 600 AND ServicePackLevel >= 2) OR (VersionNT >= 601)”并将其更改为:“(VersionNT > ;= 500)"
  7. 在 Orca 中,单击“工具”->“选项。在“数据库”选项卡上,选中“在‘另存为’期间复制嵌入流”
  8. 。在 Orca 中,选择“文件”->“ 在‘另存为’期间复制嵌入流”。另存为并使用新名称保存 MSI 文件。

If for some legacy reason you need to install "ODBC Driver 11 for SQL Server" on Windows XP instead of version 10 (for example, because you need TDS 7.4 support, or you need to support SQL Server Availability Group listeners, etc.), but you receive the following error message: "Installation of this product failed because it is not supported on this operating system."

You can use the procedure from here to create an msodbcsql.msi file that will install on Windows XP: How to change the compatibility setting of msi

The steps are:

  1. Download the "ODBC Driver 11 for SQL Server" (the ODBC Driver for SQL Server 2012) from Microsoft. "ODBC Driver 11 for SQL Server"
  2. Obtain the Orca MSI Editor tool from Microsoft: Orca
  3. Run Orca
  4. Open the msodbcsql.msi file in Orca
  5. Select "Launch Condition" in the left pane.
  6. In the Right Pane, edit the the text: "(VersionNT = 600 AND ServicePackLevel >= 2) OR (VersionNT >= 601)" and change it to: "(VersionNT >= 500)"
  7. In Orca, Click Tools -> Options. On the Database tab, check "Copy embedded streams during 'Save As'"
  8. In Orca, choose File -> Save As and save the MSI file with a new name.
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文