0

A client of ours is trying to migrate to 64 bit Windows. They haven't got an ODBC++ dll present and our solution linked against the version shipped with 2003 server (32-bit).

However, when looking at the 32-bit ODBC++ dll migrated from Windows 2003 to Windows 2008 in dependency walker it seems to be invalid. Can anyone suggest how I can get the 32-bit ODBC++ dll working in a 64 bit Windows 2008 enviroment?

squillman
  • 37,618
  • 10
  • 90
  • 145
Woodstock
  • 103
  • 1
  • 1
  • 10

2 Answers2

1

Have a look in the c:\windows\sysWOW64 folder. It should contain the 32bit version of the odbc.dll, and the odbcad32.exe.

JM_G
  • 11
  • 1
0

In the end we had to relink against a 64bit API for ODBC.

Woodstock
  • 103
  • 1
  • 1
  • 10