ODBC 驱动程序(AcuODBC、MS Access 驱动程序)

发布于 2024-09-10 10:47:45 字数 328 浏览 0 评论 0原文

你好,我开发了一个 java 桌面应用程序(在 Windows 7 中),它使用 ms access 和 cobol db...

要使用该数据库,我有两个 odbc 源数据:

*Microsoft Access Driver ODBC(对于我的 .mdb 文件)

******AcuODBC** (对于 cobol 数据库)。

现在我已经取消了电脑,并且在我的 ODBC 管理器中我没有要创建的驱动程序 一个数据源。 (我的新操作系统是Win7 X64)

你能告诉我在哪里可以下载这2个驱动程序吗?

谢谢大家

hi i've developed a java descktop application (in Windows 7) that use
ms access and cobol db...

to use that db i've two odbc sources data that are:

*Microsoft Access Driver ODBC (for my .mdb file)

******AcuODBC** (for cobol db).

Now i've canged pc and in my ODBC manager i don't have the driver to create
a data sources. (my new OS is Win7 X64)

Can you tell me where can i download the 2 drivers?

Thx you ALL

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

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

发布评论

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

评论(1

千紇 2024-09-17 10:47:45

您可能不需要下载新的驱动程序,只需使用 32 位版本的 ODBC 管理器即可:

%windir%\syswow64\odbcad32.exe

控制面板中的 ODBC 管理器是 64 位版本,不会显示任何 32 位驱动程序。如果您的应用程序是 32 位,那么您需要在 32 位 ODBC 管理器中创建 32 位 dsn。

You probably don't need to download new drivers, you just need to use the 32 bit version of the ODBC administrator found in:

%windir%\syswow64\odbcad32.exe

The ODBC administrator in the control panel is the 64 bit version which won't show any 32 bit drivers. If your application is 32 bit then you need a 32 bit dsn created in the 32 bit ODBC administrator.

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