java - Application not running on 64 bit machine -


I am woking on Windows Server 2008 R2 I installed the 32-bit MS SQL Server Express Edition and 32-bit JDK and JRE,

is. After connecting to DSN (using 32-bit ODBC) and running my JAP application, the following error is displayed: Mismatch between architecture DSN and application.

Under the 64-bit platform, the data source connecting to a 32-bit driver To manage, use c: \ windows \ sysWOW64 \ odbcad32.exe. To manage a data source that connects to a 64-bit driver, use c: \ windows \ system32 \ odbcad32.ex

: The page goes on to say: < / P>

To resolve this error, use 32-bit odbcad32.exe to configure or remove DSN.

It has never happened to me, just got it with a quick Google search.

Comments

Popular posts from this blog

qt - switch/case statement in C++ with a QString type -

python - sqlite3.OperationalError: near "REFERENCES": syntax error - foreign key creating -

Python's equivalent for Ruby's define_method? -