有什么软件可以将 64 位 ODBC 应用程序桥接到 Windows 上的 32 位 ODBC 驱动程序?

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/1131479/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-15 12:49:14  来源:igfitidea点击:

What software exists for bridging a 64-bit ODBC app to a 32-bit ODBC driver on windows?

windows64-bitodbc

提问by Mathias

The problem I am looking to solve is communicating from a 64-bit app through ODBC with a datasource for which there only exists a 32-bit ODBC-driver. One solution that would suffice for the moment is using an ODBC-to-ODBC bridge.

我希望解决的问题是通过 ODBC 从 64 位应用程序与仅存在 32 位 ODBC 驱动程序的数据源进行通信。目前足够的一种解决方案是使用 ODBC 到 ODBC 桥。

I found an ODBC-to-ODBC bridging-software created by Easysoft. Are there any alternatives?

我找到了 Easysoft 创建的 ODBC 到 ODBC 桥接软件。有没有其他选择?

采纳答案by Amyn Rajan

You might want to check out www.datadirect.com

您可能想查看 www.datadirect.com

回答by Amyn Rajan

Simba has an ODBC to ODBC bridge as part of our SimbaEngine ODBC SDK. You can get a free evaluation version of it at http://www.simba.com/evaluate-odbc-sdk.htm. When you fill out the form, explain that you want to bridge from a 64-bit ODBC app to a 32-bit ODBC driver.

Simba 有一个 ODBC 到 ODBC 桥,作为我们 SimbaEngine ODBC SDK 的一部分。您可以在http://www.simba.com/evaluate-odbc-sdk.htm获得它的免费评估版本。填写表单时,说明您希望从 64 位 ODBC 应用程序桥接到 32 位 ODBC 驱动程序。