The specified DSN contains an architecture mismatch between the Driver and Application
I was facing the same problem and tried many solution available on internet but somehow the problem was not solved. One of the solution was to change the target address from %windir%\system32\odbcad32.exe to %windir%\SysWOW64\odbcad32.exe. But this also doesn't work. I was trying the connectivity from with mysql-wampserver, finally i got the solution by hit and trial method and the solution was to install both 32 and 64 bit odbc connector and make the dsn like EXAMPLEDSN_32 and EXAMPLE_64 and try to do connectivity with both the dsn. I hope this will help you, if it doesn't please let me know.
I was facing the same problem and tried many solution available on internet but somehow the problem was not solved. One of the solution was to change the target address from %windir%\system32\odbcad32.exe to %windir%\SysWOW64\odbcad32.exe. But this also doesn't work. I was trying the connectivity from with mysql-wampserver, finally i got the solution by hit and trial method and the solution was to install both 32 and 64 bit odbc connector and make the dsn like EXAMPLEDSN_32 and EXAMPLE_64 and try to do connectivity with both the dsn. I hope this will help you, if it doesn't please let me know.
0 comments:
Post a Comment