64 bit ODBC Exception

后端 未结 2 1539
一生所求
一生所求 2020-12-31 05:50

I am getting the following ODBC exception when I moved my development platform from Windows XP X86 to Windows 7 X64:

ERROR [IM014] [Microsoft][ODBC Driver Ma         


        
相关标签:
2条回答
  • 2020-12-31 06:24

    It sounds more that you've setup a 32-bit DSN using the 64-bit ODBC Administrator :

    http://msdn.microsoft.com/en-us/library/ms712362(VS.85).aspx

    Try using this ODBC Administrator instead :

    c:\windows\sysWOW64\odbcad32.exe

    0 讨论(0)
  • 2020-12-31 06:25

    If you type ODBC from Start -> Search Programs box, it only lists 32bit ODBC administrator, not 64bit console. Microsoft hide 64bit administrator from search.

    0 讨论(0)
提交回复
热议问题