I have a 32-bit application that must run on a Windows x64 server using a 64-bit version of MySQL.
Should I use a 32-bit ODBC driver or a 64-bit ODBC driver?
Or should I install a 32-bit version of MySQL too?
I have a 32-bit application that must run on a Windows x64 server using
Share
I was able to
install ODBC 32-bit on Windows 64-bit
have my application (32-bit) running
fine with 32-bit ODBC “against” 64-bit
MySQL on 64-bit Windows OS (2008 R2)
To achieve 1) I had to modify install.bat provided with the zip package of MySQL ODBC to take into account the fact that the 32-bit driver must be installed in
c:\windows\syswow64.