问题
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