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

坚强是说给别人听的谎言 提交于 2019-12-23 02:02:22

问题


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?

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


回答1:


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

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




回答2:


I suspect that you are on 64-bit system and that the DSN you try to connect to uses a 64-bit odbc driver. PowerBuilder applications are 32-bit and can only use 32-bit odbc drivers.




回答3:


Use odbcad32.exe under C:\Windows\SysWOW64\ to configure the DSN.



来源:https://stackoverflow.com/questions/16827263/odbc-driver-manager-the-specified-dsn-contains-an-architecture-mismatch-between

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!