ODBC驱动程序管理器指定的DSN包含驱动程序和应用程序之间的体系结构不匹配

ODBC驱动程序管理器指定的DSN包含驱动程序和应用程序之间的体系结构不匹配

问题描述:

我已经在PB10数据源中创建了ODBC连接,一旦尝试连接,就会出现下面的停止符号错误.关于如何解决这种连接错误的任何想法吗?

I have created an ODBC connection in PB10 Data Source and once I attempt to connect, below stop sign error occurs. Any idea on how to resolve this kind of connection error?

错误:ODBC驱动程序管理器指定的DSN包含驱动程序和应用程序之间的体系结构不匹配

Error : ODBC Driver Manager The specified DSN contains an architecture mismatch between the Driver and Application

此外,您可以尝试在64位操作系统中创建32位ODBC.

Also, you could try to create the 32-bit ODBC in the 64-bit Operating System.

这是在64位操作系统中创建32位ODBC所需执行的exe. c:\ windows \ syswow64 \ odbcad32.exe

Here's the exe you need to execute to create 32-bit ODBC in a 64-bit Operating System. c:\windows\syswow64\odbcad32.exe