I have installed 64 bit versions of SQL server express 2014 and ColdFusion 11 developer edition 64 bit in a Windows 8.1 machine that never had earlier versions of these applications installed. I successfully created the SQL Server ODBC driver (64 bit) in Windows. I then tried to create in ColdFusion the ODBC Socket connector. It recognized the existence of the Windows ODBC configurations (it was in the drop down box). Yet when I tried to complete the process I got the following error message:
java.sql.SQLException: [Macromedia][SequeLink JDBC Driver][ODBC Socket]internal error: The specified DSN contains an architecture mismatch between the Driver and Application
The root cause was that: java.sql.SQLException: [Macromedia][SequeLink JDBC Driver][ODBC Socket]internal error: The specified DSN contains an architecture mismatch between the Driver and Application
Thank you in advance for any help!