Download
On the web page: http://www-933.ibm.com/support/fixcentral/legacy/
With options for "Information Management" - "IBM Data Server Client Data Packages" - Custom Version and Platform
Then write * odbc_cli * in Id Fix
Download the latest fix pack (in my case, "IBM Data Server Driver for ODBC and CLI (Windows / x86-64 bit) V10.5 Fix Pack 7")
Installation:
Copy the zip to C: \ Program Files \ IBM (if it does not exist, you must create a folder) Extract it
In cmd:
Run "cd C: \ Program Files \ IBM \ {folder with an uncompressed driver} \ bin" (default is "clidriver")
Install "db2cli install -setup" to install. If you need to remove, run the command "db2cli install -cleanup"
If you need to install it to point to the IBM DB2 ODBC 32-bit driver for a 32-bit application in a 64-bit environment, read this documentation: http://www-01.ibm.com/support/docview.wss?rs= 71 & uid = swg21384435
Note: in version 9.5. * the command changes: Install: db2oreg1.exe -i Delete: db2oreg1.exe -u
In my opinion, I recommend downloading the IBM Client I Access with a custom installation, selecting only "ODBC" and "OLE DB Provider"
You can download it via ibm public ftp: public.dhe.ibm.com (port 21) in the folder "/ as400 / products / clientaccess / win32 / v7r1m0 / servicepack"
source share